Color Hex Logo

#dbab48 Color Hex

#DBAB48
(219,171,72)
0 Favorites   0 Comments

Color spaces of #dbab48

RGB 21917172
HSL0.110.670.57
HSV40°67°86°
CMYK 0.000.220.67   0.14
XYZ44.946044.653812.3810
Yxy44.65380.44070.4379
Hunter Lab66.82353.119435.7912
CIE-Lab72.66337.372355.9742

#dbab48 color RGB value is (219,171,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 01001000
Octal 333 253 110
Decimal 219 171 72
Hex DB AB 48

RGB Percentages of Color #dbab48

%47.40
%37.01
%15.58

CMYK Percentages of Color #dbab48

%0
%22
%67
%14

Triadic Colors of #dbab48

#dbab48 #48dbab #ab48db

Analogous Colors of #dbab48

#dbab48 #c2db48 #db6248

Monochromatic Colors of #dbab48

#dbab48

Complementary Color

#dbab48 #4878db

#dbab48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbab48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbab48 Color CSS Codes

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

#dbab48 Text Font Color

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

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


#dbab48 Background Color

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

This div background color is #dbab48


#dbab48 Border Color

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

This div border color is #dbab48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbab48


Comments

No comments written yet.

Please login to write comment.