Color Hex Logo

#dbc22c Color Hex

#DBC22C
(219,194,44)
0 Favorites   0 Comments

Color spaces of #dbc22c

RGB 21919444
HSL0.140.710.52
HSV51°80°86°
CMYK 0.000.110.80   0.14
XYZ48.959853.825510.1918
Yxy53.82550.43340.4764
Hunter Lab73.3659-9.270543.1197
CIE-Lab78.3599-5.914971.8808

#dbc22c color RGB value is (219,194,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000010 00101100
Octal 333 302 54
Decimal 219 194 44
Hex DB C2 2C

RGB Percentages of Color #dbc22c

%47.92
%42.45
%9.63

CMYK Percentages of Color #dbc22c

%0
%11
%80
%14

Triadic Colors of #dbc22c

#dbc22c #2cdbc2 #c22cdb

Analogous Colors of #dbc22c

#dbc22c #9ddb2c #db6b2c

Monochromatic Colors of #dbc22c

#dbc22c

Complementary Color

#dbc22c #2c45db

#dbc22c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc22c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc22c Color CSS Codes

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

#dbc22c Text Font Color

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

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


#dbc22c Background Color

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

This div background color is #dbc22c


#dbc22c Border Color

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

This div border color is #dbc22c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc22c


Comments

No comments written yet.

Please login to write comment.