Color Hex Logo

#dbc90c Color Hex

#DBC90C
(219,201,12)
0 Favorites   0 Comments

Color spaces of #dbc90c

RGB 21920112
HSL0.150.900.45
HSV55°95°86°
CMYK 0.000.080.95   0.14
XYZ50.166456.85998.6788
Yxy56.85990.43360.4914
Hunter Lab75.4055-13.205745.9599
CIE-Lab80.1007-10.152779.6187

#dbc90c color RGB value is (219,201,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 00001100
Octal 333 311 14
Decimal 219 201 12
Hex DB C9 C

RGB Percentages of Color #dbc90c

%50.69
%46.53
%2.78

CMYK Percentages of Color #dbc90c

%0
%8
%95
%14

Triadic Colors of #dbc90c

#dbc90c #0cdbc9 #c90cdb

Analogous Colors of #dbc90c

#dbc90c #86db0c #db610c

Monochromatic Colors of #dbc90c

#dbc90c

Complementary Color

#dbc90c #0c1edb

#dbc90c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc90c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc90c Color CSS Codes

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

#dbc90c Text Font Color

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

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


#dbc90c Background Color

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

This div background color is #dbc90c


#dbc90c Border Color

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

This div border color is #dbc90c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc90c


Comments

No comments written yet.

Please login to write comment.