Color Hex Logo

#dfd26b Color Hex

#DFD26B
(223,210,107)
0 Favorites   0 Comments

Color spaces of #dfd26b

RGB 223210107
HSL0.150.640.65
HSV53°52°87°
CMYK 0.000.060.52   0.13
XYZ56.131962.842723.0813
Yxy62.84270.39510.4424
Hunter Lab79.2734-12.336138.2284
CIE-Lab83.3595-8.778652.0582

#dfd26b color RGB value is (223,210,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010010 01101011
Octal 337 322 153
Decimal 223 210 107
Hex DF D2 6B

RGB Percentages of Color #dfd26b

%41.30
%38.89
%19.81

CMYK Percentages of Color #dfd26b

%0
%6
%52
%13

Triadic Colors of #dfd26b

#dfd26b #6bdfd2 #d26bdf

Analogous Colors of #dfd26b

#dfd26b #b2df6b #df986b

Monochromatic Colors of #dfd26b

#dfd26b

Complementary Color

#dfd26b #6b78df

#dfd26b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd26b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd26b Color CSS Codes

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

#dfd26b Text Font Color

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

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


#dfd26b Background Color

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

This div background color is #dfd26b


#dfd26b Border Color

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

This div border color is #dfd26b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd26b


Comments

No comments written yet.

Please login to write comment.