Color Hex Logo

#dfd96b Color Hex

#DFD96B
(223,217,107)
0 Favorites   0 Comments

Color spaces of #dfd96b

RGB 223217107
HSL0.160.640.65
HSV57°52°87°
CMYK 0.000.030.52   0.13
XYZ57.898166.375223.6701
Yxy66.37520.39140.4487
Hunter Lab81.4710-15.721539.8039
CIE-Lab85.1874-12.303054.2042

#dfd96b color RGB value is (223,217,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011001 01101011
Octal 337 331 153
Decimal 223 217 107
Hex DF D9 6B

RGB Percentages of Color #dfd96b

%40.77
%39.67
%19.56

CMYK Percentages of Color #dfd96b

%0
%3
%52
%13

Triadic Colors of #dfd96b

#dfd96b #6bdfd9 #d96bdf

Analogous Colors of #dfd96b

#dfd96b #abdf6b #df9f6b

Monochromatic Colors of #dfd96b

#dfd96b

Complementary Color

#dfd96b #6b71df

#dfd96b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd96b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd96b Color CSS Codes

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

#dfd96b Text Font Color

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

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


#dfd96b Background Color

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

This div background color is #dfd96b


#dfd96b Border Color

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

This div border color is #dfd96b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd96b

#dfd96b Color Palettes


Comments

No comments written yet.

Please login to write comment.