Color Hex Logo

#dfc80b Color Hex

#DFC80B
(223,200,11)
0 Favorites   0 Comments

Color spaces of #dfc80b

RGB 22320011
HSL0.150.910.46
HSV53°95°87°
CMYK 0.000.100.95   0.13
XYZ51.146157.02078.6270
Yxy57.02070.43790.4882
Hunter Lab75.5121-11.243846.0848
CIE-Lab80.1912-7.929479.9463

#dfc80b color RGB value is (223,200,11).

#dfc80b hex color red value is 223, green value is 200 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #dfc80b hue: 0.15 , saturation: 0.91 and the lightness value of dfc80b is 0.46.

The process color (four color CMYK) of #dfc80b color hex is 0.00, 0.10, 0.95, 0.13. Web safe color of #dfc80b is #cccc00. Color #dfc80b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001000 00001011
Octal 337 310 13
Decimal 223 200 11
Hex DF C8 B

RGB Percentages of Color #dfc80b

%51.38
%46.08
%2.53

CMYK Percentages of Color #dfc80b

%0
%10
%95
%13

Triadic Colors of #dfc80b

#dfc80b #0bdfc8 #c80bdf

Analogous Colors of #dfc80b

#dfc80b #8cdf0b #df5e0b

Monochromatic Colors of #dfc80b

#dfc80b

Complementary Color

#dfc80b #0b22df

#dfc80b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc80b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc80b Color CSS Codes

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

#dfc80b Text Font Color

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

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


#dfc80b Background Color

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

This div background color is #dfc80b


#dfc80b Border Color

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

This div border color is #dfc80b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc80b


Comments

No comments written yet.

Please login to write comment.