Color Hex Logo

#dfba0a Color Hex

#DFBA0A
(223,186,10)
0 Favorites   0 Comments

Color spaces of #dfba0a

RGB 22318610
HSL0.140.910.46
HSV50°96°87°
CMYK 0.000.170.96   0.13
XYZ48.045150.82777.5656
Yxy50.82770.45140.4775
Hunter Lab71.2935-4.471643.6137
CIE-Lab76.5745-0.731277.3887

#dfba0a color RGB value is (223,186,10).

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

The process color (four color CMYK) of #dfba0a color hex is 0.00, 0.17, 0.96, 0.13. Web safe color of #dfba0a is #cccc00. Color #dfba0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111010 00001010
Octal 337 272 12
Decimal 223 186 10
Hex DF BA A

RGB Percentages of Color #dfba0a

%53.22
%44.39
%2.39

CMYK Percentages of Color #dfba0a

%0
%17
%96
%13

Triadic Colors of #dfba0a

#dfba0a #0adfba #ba0adf

Analogous Colors of #dfba0a

#dfba0a #9adf0a #df500a

Monochromatic Colors of #dfba0a

#dfba0a

Complementary Color

#dfba0a #0a2fdf

#dfba0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfba0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfba0a Color CSS Codes

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

#dfba0a Text Font Color

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

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


#dfba0a Background Color

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

This div background color is #dfba0a


#dfba0a Border Color

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

This div border color is #dfba0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfba0a


Comments

No comments written yet.

Please login to write comment.