Color Hex Logo

#dfb60b Color Hex

#DFB60B
(223,182,11)
0 Favorites   0 Comments

Color spaces of #dfb60b

RGB 22318211
HSL0.130.910.46
HSV48°95°87°
CMYK 0.000.180.95   0.13
XYZ47.219849.16807.3182
Yxy49.16800.45530.4741
Hunter Lab70.1199-2.505242.8960
CIE-Lab75.55571.366476.5383

#dfb60b color RGB value is (223,182,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110110 00001011
Octal 337 266 13
Decimal 223 182 11
Hex DF B6 B

RGB Percentages of Color #dfb60b

%53.61
%43.75
%2.64

CMYK Percentages of Color #dfb60b

%0
%18
%95
%13

Triadic Colors of #dfb60b

#dfb60b #0bdfb6 #b60bdf

Analogous Colors of #dfb60b

#dfb60b #9edf0b #df4c0b

Monochromatic Colors of #dfb60b

#dfb60b

Complementary Color

#dfb60b #0b34df

#dfb60b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb60b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb60b Color CSS Codes

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

#dfb60b Text Font Color

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

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


#dfb60b Background Color

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

This div background color is #dfb60b


#dfb60b Border Color

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

This div border color is #dfb60b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb60b


Comments

No comments written yet.

Please login to write comment.