Color Hex Logo

#dfb75b Color Hex

#DFB75B
(223,183,91)
0 Favorites   0 Comments

Color spaces of #dfb75b

RGB 22318391
HSL0.120.670.62
HSV42°59°87°
CMYK 0.000.180.59   0.13
XYZ49.253250.310317.0125
Yxy50.31030.42250.4316
Hunter Lab70.9298-0.177735.4301
CIE-Lab76.25933.938251.3471

#dfb75b color RGB value is (223,183,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 01011011
Octal 337 267 133
Decimal 223 183 91
Hex DF B7 5B

RGB Percentages of Color #dfb75b

%44.87
%36.82
%18.31

CMYK Percentages of Color #dfb75b

%0
%18
%59
%13

Triadic Colors of #dfb75b

#dfb75b #5bdfb7 #b75bdf

Analogous Colors of #dfb75b

#dfb75b #c5df5b #df755b

Monochromatic Colors of #dfb75b

#dfb75b

Complementary Color

#dfb75b #5b83df

#dfb75b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb75b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb75b Color CSS Codes

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

#dfb75b Text Font Color

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

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


#dfb75b Background Color

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

This div background color is #dfb75b


#dfb75b Border Color

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

This div border color is #dfb75b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb75b


Comments

No comments written yet.

Please login to write comment.