Color Hex Logo

#dfcb6d Color Hex

#DFCB6D
(223,203,109)
0 Favorites   0 Comments

Color spaces of #dfcb6d

RGB 223203109
HSL0.140.640.65
HSV49°51°87°
CMYK 0.000.090.51   0.13
XYZ54.547759.504023.0784
Yxy59.50400.39780.4339
Hunter Lab77.1388-8.769136.2588
CIE-Lab81.5678-5.039948.9740

#dfcb6d color RGB value is (223,203,109).

#dfcb6d hex color red value is 223, green value is 203 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #dfcb6d hue: 0.14 , saturation: 0.64 and the lightness value of dfcb6d is 0.65.

The process color (four color CMYK) of #dfcb6d color hex is 0.00, 0.09, 0.51, 0.13. Web safe color of #dfcb6d is #cccc66. Color #dfcb6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001011 01101101
Octal 337 313 155
Decimal 223 203 109
Hex DF CB 6D

RGB Percentages of Color #dfcb6d

%41.68
%37.94
%20.37

CMYK Percentages of Color #dfcb6d

%0
%9
%51
%13

Triadic Colors of #dfcb6d

#dfcb6d #6ddfcb #cb6ddf

Analogous Colors of #dfcb6d

#dfcb6d #badf6d #df926d

Monochromatic Colors of #dfcb6d

#dfcb6d

Complementary Color

#dfcb6d #6d81df

#dfcb6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcb6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcb6d Color CSS Codes

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

#dfcb6d Text Font Color

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

This sample text font color is #dfcb6d
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.


#dfcb6d Background Color

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

This div background color is #dfcb6d


#dfcb6d Border Color

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

This div border color is #dfcb6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcb6d


Comments

No comments written yet.

Please login to write comment.