Color Hex Logo

#dfc55b Color Hex

#DFC55B
(223,197,91)
0 Favorites   0 Comments

Color spaces of #dfc55b

RGB 22319791
HSL0.130.670.62
HSV48°59°87°
CMYK 0.000.120.59   0.13
XYZ52.286056.375818.0234
Yxy56.37580.41270.4450
Hunter Lab75.0838-7.094938.3265
CIE-Lab79.8272-3.361255.4059

#dfc55b color RGB value is (223,197,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000101 01011011
Octal 337 305 133
Decimal 223 197 91
Hex DF C5 5B

RGB Percentages of Color #dfc55b

%43.64
%38.55
%17.81

CMYK Percentages of Color #dfc55b

%0
%12
%59
%13

Triadic Colors of #dfc55b

#dfc55b #5bdfc5 #c55bdf

Analogous Colors of #dfc55b

#dfc55b #b7df5b #df835b

Monochromatic Colors of #dfc55b

#dfc55b

Complementary Color

#dfc55b #5b75df

#dfc55b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc55b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc55b Color CSS Codes

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

#dfc55b Text Font Color

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

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


#dfc55b Background Color

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

This div background color is #dfc55b


#dfc55b Border Color

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

This div border color is #dfc55b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc55b


Comments

No comments written yet.

Please login to write comment.