Color Hex Logo

#dbab33 Color Hex

#DBAB33
(219,171,51)
0 Favorites   0 Comments

Color spaces of #dbab33

RGB 21917151
HSL0.120.700.53
HSV43°77°86°
CMYK 0.000.220.77   0.14
XYZ44.373944.42499.3681
Yxy44.42490.45200.4525
Hunter Lab66.65202.196238.3231
CIE-Lab72.51166.366664.3130

#dbab33 color RGB value is (219,171,51).

#dbab33 hex color red value is 219, green value is 171 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #dbab33 hue: 0.12 , saturation: 0.70 and the lightness value of dbab33 is 0.53.

The process color (four color CMYK) of #dbab33 color hex is 0.00, 0.22, 0.77, 0.14. Web safe color of #dbab33 is #cc9933. Color #dbab33 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 00110011
Octal 333 253 63
Decimal 219 171 51
Hex DB AB 33

RGB Percentages of Color #dbab33

%49.66
%38.78
%11.56

CMYK Percentages of Color #dbab33

%0
%22
%77
%14

Triadic Colors of #dbab33

#dbab33 #33dbab #ab33db

Analogous Colors of #dbab33

#dbab33 #b7db33 #db5733

Monochromatic Colors of #dbab33

#dbab33

Complementary Color

#dbab33 #3363db

#dbab33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbab33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbab33 Color CSS Codes

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

#dbab33 Text Font Color

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

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


#dbab33 Background Color

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

This div background color is #dbab33


#dbab33 Border Color

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

This div border color is #dbab33


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,171,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbab33


Comments

No comments written yet.

Please login to write comment.