Color Hex Logo

#dbc92c Color Hex

#DBC92C
(219,201,44)
0 Favorites   0 Comments

Color spaces of #dbc92c

RGB 21920144
HSL0.150.710.52
HSV54°80°86°
CMYK 0.000.080.80   0.14
XYZ50.554757.015210.7234
Yxy57.01520.42740.4820
Hunter Lab75.5084-12.629744.4358
CIE-Lab80.1881-9.489673.4809

#dbc92c color RGB value is (219,201,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 00101100
Octal 333 311 54
Decimal 219 201 44
Hex DB C9 2C

RGB Percentages of Color #dbc92c

%47.20
%43.32
%9.48

CMYK Percentages of Color #dbc92c

%0
%8
%80
%14

Triadic Colors of #dbc92c

#dbc92c #2cdbc9 #c92cdb

Analogous Colors of #dbc92c

#dbc92c #96db2c #db722c

Monochromatic Colors of #dbc92c

#dbc92c

Complementary Color

#dbc92c #2c3edb

#dbc92c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc92c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc92c Color CSS Codes

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

#dbc92c Text Font Color

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

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


#dbc92c Background Color

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

This div background color is #dbc92c


#dbc92c Border Color

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

This div border color is #dbc92c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc92c


Comments

No comments written yet.

Please login to write comment.