Color Hex Logo

#dbbb5a Color Hex

#DBBB5A
(219,187,90)
0 Favorites   0 Comments

Color spaces of #dbbb5a

RGB 21918790
HSL0.130.640.61
HSV45°59°86°
CMYK 0.000.150.59   0.14
XYZ48.829251.338917.0087
Yxy51.33890.41670.4381
Hunter Lab71.6512-3.744536.0814
CIE-Lab76.88380.090552.4318

#dbbb5a color RGB value is (219,187,90).

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

The process color (four color CMYK) of #dbbb5a color hex is 0.00, 0.15, 0.59, 0.14. Web safe color of #dbbb5a is #cccc66. Color #dbbb5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111011 01011010
Octal 333 273 132
Decimal 219 187 90
Hex DB BB 5A

RGB Percentages of Color #dbbb5a

%44.15
%37.70
%18.15

CMYK Percentages of Color #dbbb5a

%0
%15
%59
%14

Triadic Colors of #dbbb5a

#dbbb5a #5adbbb #bb5adb

Analogous Colors of #dbbb5a

#dbbb5a #bbdb5a #db7b5a

Monochromatic Colors of #dbbb5a

#dbbb5a

Complementary Color

#dbbb5a #5a7adb

#dbbb5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbb5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbb5a Color CSS Codes

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

#dbbb5a Text Font Color

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

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


#dbbb5a Background Color

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

This div background color is #dbbb5a


#dbbb5a Border Color

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

This div border color is #dbbb5a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,187,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 #dbbb5a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbb5a


Comments

No comments written yet.

Please login to write comment.