Color Hex Logo

#dbaf0a Color Hex

#DBAF0A
(219,175,10)
0 Favorites   0 Comments

Color spaces of #dbaf0a

RGB 21917510
HSL0.130.910.45
HSV47°95°86°
CMYK 0.000.200.95   0.14
XYZ44.598245.74196.7657
Yxy45.74190.45930.4711
Hunter Lab67.6328-0.651441.4118
CIE-Lab73.37773.285774.8833

#dbaf0a color RGB value is (219,175,10).

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

The process color (four color CMYK) of #dbaf0a color hex is 0.00, 0.20, 0.95, 0.14. Web safe color of #dbaf0a is #cc9900. Color #dbaf0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 00001010
Octal 333 257 12
Decimal 219 175 10
Hex DB AF A

RGB Percentages of Color #dbaf0a

%54.21
%43.32
%2.48

CMYK Percentages of Color #dbaf0a

%0
%20
%95
%14

Triadic Colors of #dbaf0a

#dbaf0a #0adbaf #af0adb

Analogous Colors of #dbaf0a

#dbaf0a #9fdb0a #db460a

Monochromatic Colors of #dbaf0a

#dbaf0a

Complementary Color

#dbaf0a #0a36db

#dbaf0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaf0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaf0a Color CSS Codes

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

#dbaf0a Text Font Color

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

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


#dbaf0a Background Color

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

This div background color is #dbaf0a


#dbaf0a Border Color

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

This div border color is #dbaf0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaf0a


Comments

No comments written yet.

Please login to write comment.