Color Hex Logo

#dbc90a Color Hex

#DBC90A
(219,201,10)
0 Favorites   0 Comments

Color spaces of #dbc90a

RGB 21920110
HSL0.150.910.45
HSV55°95°86°
CMYK 0.000.080.95   0.14
XYZ50.154856.85538.6179
Yxy56.85530.43380.4917
Hunter Lab75.4025-13.223046.0053
CIE-Lab80.0981-10.172779.8160

#dbc90a color RGB value is (219,201,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 00001010
Octal 333 311 12
Decimal 219 201 10
Hex DB C9 A

RGB Percentages of Color #dbc90a

%50.93
%46.74
%2.33

CMYK Percentages of Color #dbc90a

%0
%8
%95
%14

Triadic Colors of #dbc90a

#dbc90a #0adbc9 #c90adb

Analogous Colors of #dbc90a

#dbc90a #85db0a #db610a

Monochromatic Colors of #dbc90a

#dbc90a

Complementary Color

#dbc90a #0a1cdb

#dbc90a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc90a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc90a Color CSS Codes

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

#dbc90a Text Font Color

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

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


#dbc90a Background Color

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

This div background color is #dbc90a


#dbc90a Border Color

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

This div border color is #dbc90a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc90a


Comments

No comments written yet.

Please login to write comment.