Color Hex Logo

#dfb10a Color Hex

#DFB10A
(223,177,10)
0 Favorites   0 Comments

Color spaces of #dfb10a

RGB 22317710
HSL0.130.910.46
HSV47°96°87°
CMYK 0.000.210.96   0.13
XYZ46.208447.15426.9534
Yxy47.15420.46060.4701
Hunter Lab68.6689-0.055142.0645
CIE-Lab74.28833.981775.7273

#dfb10a color RGB value is (223,177,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110001 00001010
Octal 337 261 12
Decimal 223 177 10
Hex DF B1 A

RGB Percentages of Color #dfb10a

%54.39
%43.17
%2.44

CMYK Percentages of Color #dfb10a

%0
%21
%96
%13

Triadic Colors of #dfb10a

#dfb10a #0adfb1 #b10adf

Analogous Colors of #dfb10a

#dfb10a #a3df0a #df470a

Monochromatic Colors of #dfb10a

#dfb10a

Complementary Color

#dfb10a #0a38df

#dfb10a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb10a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb10a Color CSS Codes

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

#dfb10a Text Font Color

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

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


#dfb10a Background Color

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

This div background color is #dfb10a


#dfb10a Border Color

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

This div border color is #dfb10a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb10a


Comments

No comments written yet.

Please login to write comment.