Color Hex Logo

#dbb02e Color Hex

#DBB02E
(219,176,46)
0 Favorites   0 Comments

Color spaces of #dbb02e

RGB 21917646
HSL0.130.710.52
HSV45°79°86°
CMYK 0.000.200.79   0.14
XYZ45.231946.30809.1391
Yxy46.30800.44930.4600
Hunter Lab68.0500-0.440939.6724
CIE-Lab73.74493.534567.1649

#dbb02e color RGB value is (219,176,46).

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

The process color (four color CMYK) of #dbb02e color hex is 0.00, 0.20, 0.79, 0.14. Web safe color of #dbb02e is #cc9933. Color #dbb02e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110000 00101110
Octal 333 260 56
Decimal 219 176 46
Hex DB B0 2E

RGB Percentages of Color #dbb02e

%49.66
%39.91
%10.43

CMYK Percentages of Color #dbb02e

%0
%20
%79
%14

Triadic Colors of #dbb02e

#dbb02e #2edbb0 #b02edb

Analogous Colors of #dbb02e

#dbb02e #b0db2e #db592e

Monochromatic Colors of #dbb02e

#dbb02e

Complementary Color

#dbb02e #2e59db

#dbb02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb02e Color CSS Codes

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

#dbb02e Text Font Color

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

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


#dbb02e Background Color

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

This div background color is #dbb02e


#dbb02e Border Color

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

This div border color is #dbb02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb02e


Comments

No comments written yet.

Please login to write comment.