Color Hex Logo

#dbb82c Color Hex

#DBB82C
(219,184,44)
0 Favorites   0 Comments

Color spaces of #dbb82c

RGB 21918444
HSL0.130.710.52
HSV48°80°86°
CMYK 0.000.160.80   0.14
XYZ46.808549.52299.4747
Yxy49.52290.44240.4681
Hunter Lab70.3725-4.422041.2782
CIE-Lab75.7755-0.734069.6068

#dbb82c color RGB value is (219,184,44).

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

The process color (four color CMYK) of #dbb82c color hex is 0.00, 0.16, 0.80, 0.14. Web safe color of #dbb82c is #cccc33. Color #dbb82c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111000 00101100
Octal 333 270 54
Decimal 219 184 44
Hex DB B8 2C

RGB Percentages of Color #dbb82c

%48.99
%41.16
%9.84

CMYK Percentages of Color #dbb82c

%0
%16
%80
%14

Triadic Colors of #dbb82c

#dbb82c #2cdbb8 #b82cdb

Analogous Colors of #dbb82c

#dbb82c #a7db2c #db602c

Monochromatic Colors of #dbb82c

#dbb82c

Complementary Color

#dbb82c #2c4fdb

#dbb82c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb82c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb82c Color CSS Codes

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

#dbb82c Text Font Color

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

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


#dbb82c Background Color

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

This div background color is #dbb82c


#dbb82c Border Color

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

This div border color is #dbb82c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb82c


Comments

No comments written yet.

Please login to write comment.