Color Hex Logo

#dbb52d Color Hex

#DBB52D
(219,181,45)
0 Favorites   0 Comments

Color spaces of #dbb52d

RGB 21918145
HSL0.130.710.52
HSV47°79°86°
CMYK 0.000.170.79   0.14
XYZ46.210948.29739.3694
Yxy48.29730.44490.4649
Hunter Lab69.4963-2.926540.6540
CIE-Lab75.01210.869168.6201

#dbb52d color RGB value is (219,181,45).

#dbb52d hex color red value is 219, green value is 181 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #dbb52d hue: 0.13 , saturation: 0.71 and the lightness value of dbb52d is 0.52.

The process color (four color CMYK) of #dbb52d color hex is 0.00, 0.17, 0.79, 0.14. Web safe color of #dbb52d is #cccc33. Color #dbb52d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110101 00101101
Octal 333 265 55
Decimal 219 181 45
Hex DB B5 2D

RGB Percentages of Color #dbb52d

%49.21
%40.67
%10.11

CMYK Percentages of Color #dbb52d

%0
%17
%79
%14

Triadic Colors of #dbb52d

#dbb52d #2ddbb5 #b52ddb

Analogous Colors of #dbb52d

#dbb52d #aadb2d #db5e2d

Monochromatic Colors of #dbb52d

#dbb52d

Complementary Color

#dbb52d #2d53db

#dbb52d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb52d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb52d Color CSS Codes

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

#dbb52d Text Font Color

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

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


#dbb52d Background Color

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

This div background color is #dbb52d


#dbb52d Border Color

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

This div border color is #dbb52d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb52d


Comments

No comments written yet.

Please login to write comment.