Color Hex Logo

#dfcc83 Color Hex

#DFCC83
(223,204,131)
0 Favorites   0 Comments

Color spaces of #dfcc83

RGB 223204131
HSL0.130.590.69
HSV48°41°87°
CMYK 0.000.090.41   0.13
XYZ56.121060.512430.1949
Yxy60.51240.38220.4121
Hunter Lab77.7897-7.354131.4388
CIE-Lab82.1159-3.445338.7423

#dfcc83 color RGB value is (223,204,131).

#dfcc83 hex color red value is 223, green value is 204 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #dfcc83 hue: 0.13 , saturation: 0.59 and the lightness value of dfcc83 is 0.69.

The process color (four color CMYK) of #dfcc83 color hex is 0.00, 0.09, 0.41, 0.13. Web safe color of #dfcc83 is #cccc99. Color #dfcc83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001100 10000011
Octal 337 314 203
Decimal 223 204 131
Hex DF CC 83

RGB Percentages of Color #dfcc83

%39.96
%36.56
%23.48

CMYK Percentages of Color #dfcc83

%0
%9
%41
%13

Triadic Colors of #dfcc83

#dfcc83 #83dfcc #cc83df

Analogous Colors of #dfcc83

#dfcc83 #c4df83 #df9e83

Monochromatic Colors of #dfcc83

#dfcc83

Complementary Color

#dfcc83 #8396df

#dfcc83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcc83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcc83 Color CSS Codes

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

#dfcc83 Text Font Color

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

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


#dfcc83 Background Color

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

This div background color is #dfcc83


#dfcc83 Border Color

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

This div border color is #dfcc83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcc83


Comments

No comments written yet.

Please login to write comment.