Color Hex Logo

#dbb05a Color Hex

#DBB05A
(219,176,90)
0 Favorites   0 Comments

Color spaces of #dbb05a

RGB 21917690
HSL0.110.640.61
HSV40°59°86°
CMYK 0.000.200.59   0.14
XYZ46.584246.848916.2604
Yxy46.84890.42470.4271
Hunter Lab68.44631.705333.8272
CIE-Lab74.09305.886349.2234

#dbb05a color RGB value is (219,176,90).

#dbb05a hex color red value is 219, green value is 176 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #dbb05a hue: 0.11 , saturation: 0.64 and the lightness value of dbb05a is 0.61.

The process color (four color CMYK) of #dbb05a color hex is 0.00, 0.20, 0.59, 0.14. Web safe color of #dbb05a is #cc9966. Color #dbb05a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110000 01011010
Octal 333 260 132
Decimal 219 176 90
Hex DB B0 5A

RGB Percentages of Color #dbb05a

%45.15
%36.29
%18.56

CMYK Percentages of Color #dbb05a

%0
%20
%59
%14

Triadic Colors of #dbb05a

#dbb05a #5adbb0 #b05adb

Analogous Colors of #dbb05a

#dbb05a #c6db5a #db705a

Monochromatic Colors of #dbb05a

#dbb05a

Complementary Color

#dbb05a #5a85db

#dbb05a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb05a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb05a Color CSS Codes

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

#dbb05a Text Font Color

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

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


#dbb05a Background Color

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

This div background color is #dbb05a


#dbb05a Border Color

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

This div border color is #dbb05a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb05a


Comments

No comments written yet.

Please login to write comment.