Color Hex Logo

#dfb25b Color Hex

#DFB25B
(223,178,91)
0 Favorites   0 Comments

Color spaces of #dfb25b

RGB 22317891
HSL0.110.670.62
HSV40°59°87°
CMYK 0.000.200.59   0.13
XYZ48.240148.284116.6748
Yxy48.28410.42620.4265
Hunter Lab69.48682.319034.4129
CIE-Lab75.00386.577449.8998

#dfb25b color RGB value is (223,178,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110010 01011011
Octal 337 262 133
Decimal 223 178 91
Hex DF B2 5B

RGB Percentages of Color #dfb25b

%45.33
%36.18
%18.50

CMYK Percentages of Color #dfb25b

%0
%20
%59
%13

Triadic Colors of #dfb25b

#dfb25b #5bdfb2 #b25bdf

Analogous Colors of #dfb25b

#dfb25b #cadf5b #df705b

Monochromatic Colors of #dfb25b

#dfb25b

Complementary Color

#dfb25b #5b88df

#dfb25b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb25b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb25b Color CSS Codes

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

#dfb25b Text Font Color

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

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


#dfb25b Background Color

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

This div background color is #dfb25b


#dfb25b Border Color

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

This div border color is #dfb25b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb25b


Comments

No comments written yet.

Please login to write comment.