Color Hex Logo

#dbd20c Color Hex

#DBD20C
(219,210,12)
0 Favorites   0 Comments

Color spaces of #dbd20c

RGB 21921012
HSL0.160.900.45
HSV57°95°86°
CMYK 0.000.040.95   0.14
XYZ52.326461.17989.3988
Yxy61.17980.42570.4978
Hunter Lab78.2175-17.466747.6278
CIE-Lab82.4753-14.669981.3955

#dbd20c color RGB value is (219,210,12).

#dbd20c hex color red value is 219, green value is 210 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #dbd20c hue: 0.16 , saturation: 0.90 and the lightness value of dbd20c is 0.45.

The process color (four color CMYK) of #dbd20c color hex is 0.00, 0.04, 0.95, 0.14. Web safe color of #dbd20c is #cccc00. Color #dbd20c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010010 00001100
Octal 333 322 14
Decimal 219 210 12
Hex DB D2 C

RGB Percentages of Color #dbd20c

%49.66
%47.62
%2.72

CMYK Percentages of Color #dbd20c

%0
%4
%95
%14

Triadic Colors of #dbd20c

#dbd20c #0cdbd2 #d20cdb

Analogous Colors of #dbd20c

#dbd20c #7ddb0c #db6b0c

Monochromatic Colors of #dbd20c

#dbd20c

Complementary Color

#dbd20c #0c15db

#dbd20c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd20c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd20c Color CSS Codes

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

#dbd20c Text Font Color

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

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


#dbd20c Background Color

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

This div background color is #dbd20c


#dbd20c Border Color

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

This div border color is #dbd20c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd20c


Comments

No comments written yet.

Please login to write comment.