Color Hex Logo

#dbc93a Color Hex

#DBC93A
(219,201,58)
0 Favorites   0 Comments

Color spaces of #dbc93a

RGB 21920158
HSL0.150.690.54
HSV53°74°86°
CMYK 0.000.080.74   0.14
XYZ50.863857.138812.3511
Yxy57.13880.42260.4748
Hunter Lab75.5902-12.172243.2254
CIE-Lab80.2576-8.965069.1458

#dbc93a color RGB value is (219,201,58).

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

The process color (four color CMYK) of #dbc93a color hex is 0.00, 0.08, 0.74, 0.14. Web safe color of #dbc93a is #cccc33. Color #dbc93a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 00111010
Octal 333 311 72
Decimal 219 201 58
Hex DB C9 3A

RGB Percentages of Color #dbc93a

%45.82
%42.05
%12.13

CMYK Percentages of Color #dbc93a

%0
%8
%74
%14

Triadic Colors of #dbc93a

#dbc93a #3adbc9 #c93adb

Analogous Colors of #dbc93a

#dbc93a #9ddb3a #db793a

Monochromatic Colors of #dbc93a

#dbc93a

Complementary Color

#dbc93a #3a4cdb

#dbc93a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc93a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc93a Color CSS Codes

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

#dbc93a Text Font Color

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

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


#dbc93a Background Color

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

This div background color is #dbc93a


#dbc93a Border Color

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

This div border color is #dbc93a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc93a


Comments

No comments written yet.

Please login to write comment.