Color Hex Logo

#dfb35b Color Hex

#DFB35B
(223,179,91)
0 Favorites   0 Comments

Color spaces of #dfb35b

RGB 22317991
HSL0.110.670.62
HSV40°59°87°
CMYK 0.000.200.59   0.13
XYZ48.439948.683516.7413
Yxy48.68350.42540.4276
Hunter Lab69.77361.818934.6156
CIE-Lab75.25406.048750.1892

#dfb35b color RGB value is (223,179,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110011 01011011
Octal 337 263 133
Decimal 223 179 91
Hex DF B3 5B

RGB Percentages of Color #dfb35b

%45.23
%36.31
%18.46

CMYK Percentages of Color #dfb35b

%0
%20
%59
%13

Triadic Colors of #dfb35b

#dfb35b #5bdfb3 #b35bdf

Analogous Colors of #dfb35b

#dfb35b #c9df5b #df715b

Monochromatic Colors of #dfb35b

#dfb35b

Complementary Color

#dfb35b #5b87df

#dfb35b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb35b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb35b Color CSS Codes

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

#dfb35b Text Font Color

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

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


#dfb35b Background Color

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

This div background color is #dfb35b


#dfb35b Border Color

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

This div border color is #dfb35b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb35b


Comments

No comments written yet.

Please login to write comment.