Color Hex Logo

#dfdd76 Color Hex

#DFDD76
(223,221,118)
0 Favorites   0 Comments

Color spaces of #dfdd76

RGB 223221118
HSL0.160.620.67
HSV59°47°87°
CMYK 0.000.010.47   0.13
XYZ59.557968.708927.2626
Yxy68.70890.38290.4418
Hunter Lab82.8908-16.804938.5232
CIE-Lab86.3597-13.343650.4256

#dfdd76 color RGB value is (223,221,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 01110110
Octal 337 335 166
Decimal 223 221 118
Hex DF DD 76

RGB Percentages of Color #dfdd76

%39.68
%39.32
%21.00

CMYK Percentages of Color #dfdd76

%0
%1
%47
%13

Triadic Colors of #dfdd76

#dfdd76 #76dfdd #dd76df

Analogous Colors of #dfdd76

#dfdd76 #addf76 #dfa976

Monochromatic Colors of #dfdd76

#dfdd76

Complementary Color

#dfdd76 #7678df

#dfdd76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdd76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdd76 Color CSS Codes

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

#dfdd76 Text Font Color

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

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


#dfdd76 Background Color

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

This div background color is #dfdd76


#dfdd76 Border Color

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

This div border color is #dfdd76


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,221,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 #dfdd76">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdd76


Comments

No comments written yet.

Please login to write comment.