Color Hex Logo

#dfb00d Color Hex

#DFB00D
(223,176,13)
0 Favorites   0 Comments

Color spaces of #dfb00d

RGB 22317613
HSL0.130.890.46
HSV47°94°87°
CMYK 0.000.210.94   0.13
XYZ46.029446.76776.9818
Yxy46.76770.46130.4687
Hunter Lab68.38690.466541.8178
CIE-Lab74.04094.539575.1922

#dfb00d color RGB value is (223,176,13).

#dfb00d hex color red value is 223, green value is 176 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #dfb00d hue: 0.13 , saturation: 0.89 and the lightness value of dfb00d is 0.46.

The process color (four color CMYK) of #dfb00d color hex is 0.00, 0.21, 0.94, 0.13. Web safe color of #dfb00d is #cc9900. Color #dfb00d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 00001101
Octal 337 260 15
Decimal 223 176 13
Hex DF B0 D

RGB Percentages of Color #dfb00d

%54.13
%42.72
%3.16

CMYK Percentages of Color #dfb00d

%0
%21
%94
%13

Triadic Colors of #dfb00d

#dfb00d #0ddfb0 #b00ddf

Analogous Colors of #dfb00d

#dfb00d #a5df0d #df470d

Monochromatic Colors of #dfb00d

#dfb00d

Complementary Color

#dfb00d #0d3cdf

#dfb00d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb00d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb00d Color CSS Codes

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

#dfb00d Text Font Color

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

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


#dfb00d Background Color

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

This div background color is #dfb00d


#dfb00d Border Color

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

This div border color is #dfb00d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb00d


Comments

No comments written yet.

Please login to write comment.