Color Hex Logo

#dfd866 Color Hex

#DFD866
(223,216,102)
0 Favorites   0 Comments

Color spaces of #dfd866

RGB 223216102
HSL0.160.650.64
HSV57°54°87°
CMYK 0.000.030.54   0.13
XYZ57.385665.759022.2386
Yxy65.75900.39470.4523
Hunter Lab81.0919-15.593440.5047
CIE-Lab84.8733-12.203456.1375

#dfd866 color RGB value is (223,216,102).

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

The process color (four color CMYK) of #dfd866 color hex is 0.00, 0.03, 0.54, 0.13. Web safe color of #dfd866 is #cccc66. Color #dfd866 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011000 01100110
Octal 337 330 146
Decimal 223 216 102
Hex DF D8 66

RGB Percentages of Color #dfd866

%41.22
%39.93
%18.85

CMYK Percentages of Color #dfd866

%0
%3
%54
%13

Triadic Colors of #dfd866

#dfd866 #66dfd8 #d866df

Analogous Colors of #dfd866

#dfd866 #aadf66 #df9c66

Monochromatic Colors of #dfd866

#dfd866

Complementary Color

#dfd866 #666ddf

#dfd866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd866 Color CSS Codes

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

#dfd866 Text Font Color

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

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


#dfd866 Background Color

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

This div background color is #dfd866


#dfd866 Border Color

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

This div border color is #dfd866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd866


Comments

No comments written yet.

Please login to write comment.