Color Hex Logo

#dbaf0b Color Hex

#DBAF0B
(219,175,11)
0 Favorites   0 Comments

Color spaces of #dbaf0b

RGB 21917511
HSL0.130.900.45
HSV47°95°86°
CMYK 0.000.200.95   0.14
XYZ44.603845.74426.7952
Yxy45.74420.45920.4709
Hunter Lab67.6345-0.642541.3873
CIE-Lab73.37923.295574.7709

#dbaf0b color RGB value is (219,175,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 00001011
Octal 333 257 13
Decimal 219 175 11
Hex DB AF B

RGB Percentages of Color #dbaf0b

%54.07
%43.21
%2.72

CMYK Percentages of Color #dbaf0b

%0
%20
%95
%14

Triadic Colors of #dbaf0b

#dbaf0b #0bdbaf #af0bdb

Analogous Colors of #dbaf0b

#dbaf0b #9fdb0b #db470b

Monochromatic Colors of #dbaf0b

#dbaf0b

Complementary Color

#dbaf0b #0b37db

#dbaf0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaf0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaf0b Color CSS Codes

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

#dbaf0b Text Font Color

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

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


#dbaf0b Background Color

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

This div background color is #dbaf0b


#dbaf0b Border Color

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

This div border color is #dbaf0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaf0b


Comments

No comments written yet.

Please login to write comment.