color codes Logo

#dfb87d color codes

#DFB87D
(223,184,125)
0 Favorites   0 Comments

Color spaces of #dfb87d

RGB 223184125
HSL0.100.600.68
HSV36°44°87°
CMYK 0.000.170.44   0.13
XYZ51.273651.449626.6304
Yxy51.44960.39640.3977
Hunter Lab71.72842.072528.1974
CIE-Lab76.95066.376735.1850

#dfb87d color RGB value is (223,184,125).

#dfb87d hex color red value is 223, green value is 184 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dfb87d hue: 0.10 , saturation: 0.60 and the lightness value of dfb87d is 0.68.

The process color (four color CMYK) of #dfb87d color code is 0.00, 0.17, 0.44, 0.13. Web safe color of #dfb87d is #cccc66. Color #dfb87d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111000 01111101
Octal 337 270 175
Decimal 223 184 125
Hex DF B8 7D

RGB Percentages of Color #dfb87d

%41.92
%34.59
%23.50

CMYK Percentages of Color #dfb87d

%0
%17
%44
%13

Triadic Colors of #dfb87d

#dfb87d #7ddfb8 #b87ddf

Analogous Colors of #dfb87d

#dfb87d #d5df7d #df877d

Monochromatic Colors of #dfb87d

#dfb87d

Complementary Color

#dfb87d #7da4df

#dfb87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb87d Color CSS Codes

.mybgcolor {background-color:#dfb87d; } 
.myforecolor {color:#dfb87d; }
.mybordercolor {border:3px solid #dfb87d; }

#dfb87d Text Font Color

<p style="color:#dfb87d">Text here</p>

This sample text font color is #dfb87d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dfb87d Background Color

<div style="background-color:#dfb87d">
Div content here</div>

This div background color is #dfb87d


#dfb87d Border Color

<div style="border:3px solid #dfb87d">
Div here</div>

This div border color is #dfb87d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,184,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfb87d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfb87d;
  -webkit-box-shadow: 1px 1px 3px 2px #dfb87d;
  box-shadow:         1px 1px 3px 2px #dfb87d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,184,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfb87d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dfb87d;
  -webkit-box-shadow: 1px 1px 3px 2px #dfb87d;
  box-shadow:         1px 1px 3px 2px #dfb87d;">
Div content here</div>

This div box has shadow with color #dfb87d

#dfb87d Color Palettes


Comments

No comments written yet.

Please login to write comment.