Color Hex Logo

#dbab42 Color Hex

#DBAB42
(219,171,66)
0 Favorites   0 Comments

Color spaces of #dbab42

RGB 21917166
HSL0.110.680.56
HSV41°70°86°
CMYK 0.000.220.70   0.14
XYZ44.759744.579211.3998
Yxy44.57920.44430.4425
Hunter Lab66.76772.819436.6143
CIE-Lab72.61397.046358.5194

#dbab42 color RGB value is (219,171,66).

#dbab42 hex color red value is 219, green value is 171 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #dbab42 hue: 0.11 , saturation: 0.68 and the lightness value of dbab42 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 01000010
Octal 333 253 102
Decimal 219 171 66
Hex DB AB 42

RGB Percentages of Color #dbab42

%48.03
%37.50
%14.47

CMYK Percentages of Color #dbab42

%0
%22
%70
%14

Triadic Colors of #dbab42

#dbab42 #42dbab #ab42db

Analogous Colors of #dbab42

#dbab42 #bfdb42 #db5e42

Monochromatic Colors of #dbab42

#dbab42

Complementary Color

#dbab42 #4272db

#dbab42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbab42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbab42 Color CSS Codes

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

#dbab42 Text Font Color

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

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


#dbab42 Background Color

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

This div background color is #dbab42


#dbab42 Border Color

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

This div border color is #dbab42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbab42


Comments

No comments written yet.

Please login to write comment.