Color Hex Logo

#dfcb76 Color Hex

#DFCB76
(223,203,118)
0 Favorites   0 Comments

Color spaces of #dfcb76

RGB 223203118
HSL0.130.620.67
HSV49°47°87°
CMYK 0.000.090.47   0.13
XYZ55.057459.707925.7625
Yxy59.70790.39180.4249
Hunter Lab77.2709-8.038434.3220
CIE-Lab81.6792-4.229544.7115

#dfcb76 color RGB value is (223,203,118).

#dfcb76 hex color red value is 223, green value is 203 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #dfcb76 hue: 0.13 , saturation: 0.62 and the lightness value of dfcb76 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001011 01110110
Octal 337 313 166
Decimal 223 203 118
Hex DF CB 76

RGB Percentages of Color #dfcb76

%40.99
%37.32
%21.69

CMYK Percentages of Color #dfcb76

%0
%9
%47
%13

Triadic Colors of #dfcb76

#dfcb76 #76dfcb #cb76df

Analogous Colors of #dfcb76

#dfcb76 #bfdf76 #df9776

Monochromatic Colors of #dfcb76

#dfcb76

Complementary Color

#dfcb76 #768adf

#dfcb76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcb76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcb76 Color CSS Codes

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

#dfcb76 Text Font Color

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

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


#dfcb76 Background Color

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

This div background color is #dfcb76


#dfcb76 Border Color

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

This div border color is #dfcb76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcb76

#dfcb76 Color Palettes


Comments

No comments written yet.

Please login to write comment.