Color Hex Logo

#dbb75a Color Hex

#DBB75A
(219,183,90)
0 Favorites   0 Comments

Color spaces of #dbb75a

RGB 21918390
HSL0.120.640.61
HSV43°59°86°
CMYK 0.000.160.59   0.14
XYZ47.992449.665216.7297
Yxy49.66520.41960.4342
Hunter Lab70.4735-1.770435.2566
CIE-Lab75.86332.188751.2645

#dbb75a color RGB value is (219,183,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110111 01011010
Octal 333 267 132
Decimal 219 183 90
Hex DB B7 5A

RGB Percentages of Color #dbb75a

%44.51
%37.20
%18.29

CMYK Percentages of Color #dbb75a

%0
%16
%59
%14

Triadic Colors of #dbb75a

#dbb75a #5adbb7 #b75adb

Analogous Colors of #dbb75a

#dbb75a #bfdb5a #db775a

Monochromatic Colors of #dbb75a

#dbb75a

Complementary Color

#dbb75a #5a7edb

#dbb75a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb75a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb75a Color CSS Codes

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

#dbb75a Text Font Color

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

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


#dbb75a Background Color

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

This div background color is #dbb75a


#dbb75a Border Color

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

This div border color is #dbb75a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb75a


Comments

No comments written yet.

Please login to write comment.