Color Hex Logo

#dfb26a Color Hex

#DFB26A
(223,178,106)
0 Favorites   0 Comments

Color spaces of #dfb26a

RGB 223178106
HSL0.100.650.65
HSV37°52°87°
CMYK 0.000.200.52   0.13
XYZ48.953348.569420.4304
Yxy48.56940.41500.4118
Hunter Lab69.69173.422531.4031
CIE-Lab75.18277.762242.7123

#dfb26a color RGB value is (223,178,106).

#dfb26a hex color red value is 223, green value is 178 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #dfb26a hue: 0.10 , saturation: 0.65 and the lightness value of dfb26a is 0.65.

The process color (four color CMYK) of #dfb26a color hex is 0.00, 0.20, 0.52, 0.13. Web safe color of #dfb26a is #cc9966. Color #dfb26a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110010 01101010
Octal 337 262 152
Decimal 223 178 106
Hex DF B2 6A

RGB Percentages of Color #dfb26a

%43.98
%35.11
%20.91

CMYK Percentages of Color #dfb26a

%0
%20
%52
%13

Triadic Colors of #dfb26a

#dfb26a #6adfb2 #b26adf

Analogous Colors of #dfb26a

#dfb26a #d2df6a #df786a

Monochromatic Colors of #dfb26a

#dfb26a

Complementary Color

#dfb26a #6a97df

#dfb26a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb26a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb26a Color CSS Codes

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

#dfb26a Text Font Color

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

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


#dfb26a Background Color

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

This div background color is #dfb26a


#dfb26a Border Color

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

This div border color is #dfb26a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb26a


Comments

No comments written yet.

Please login to write comment.