Color Hex Logo

#dbab2d Color Hex

#DBAB2D
(219,171,45)
0 Favorites   0 Comments

Color spaces of #dbab2d

RGB 21917145
HSL0.120.710.52
HSV43°79°86°
CMYK 0.000.220.79   0.14
XYZ44.250044.37548.7157
Yxy44.37540.45460.4559
Hunter Lab66.61491.995538.8731
CIE-Lab72.47876.147066.3554

#dbab2d color RGB value is (219,171,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 00101101
Octal 333 253 55
Decimal 219 171 45
Hex DB AB 2D

RGB Percentages of Color #dbab2d

%50.34
%39.31
%10.34

CMYK Percentages of Color #dbab2d

%0
%22
%79
%14

Triadic Colors of #dbab2d

#dbab2d #2ddbab #ab2ddb

Analogous Colors of #dbab2d

#dbab2d #b4db2d #db542d

Monochromatic Colors of #dbab2d

#dbab2d

Complementary Color

#dbab2d #2d5ddb

#dbab2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbab2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbab2d Color CSS Codes

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

#dbab2d Text Font Color

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

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


#dbab2d Background Color

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

This div background color is #dbab2d


#dbab2d Border Color

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

This div border color is #dbab2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbab2d


Comments

No comments written yet.

Please login to write comment.