Color Hex Logo

#dbc72c Color Hex

#DBC72C
(219,199,44)
0 Favorites   0 Comments

Color spaces of #dbc72c

RGB 21919944
HSL0.150.710.52
HSV53°80°86°
CMYK 0.000.090.80   0.14
XYZ50.091556.088810.5690
Yxy56.08880.42910.4804
Hunter Lab74.8925-11.672844.0576
CIE-Lab79.6643-8.472973.0232

#dbc72c color RGB value is (219,199,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 00101100
Octal 333 307 54
Decimal 219 199 44
Hex DB C7 2C

RGB Percentages of Color #dbc72c

%47.40
%43.07
%9.52

CMYK Percentages of Color #dbc72c

%0
%9
%80
%14

Triadic Colors of #dbc72c

#dbc72c #2cdbc7 #c72cdb

Analogous Colors of #dbc72c

#dbc72c #98db2c #db702c

Monochromatic Colors of #dbc72c

#dbc72c

Complementary Color

#dbc72c #2c40db

#dbc72c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc72c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc72c Color CSS Codes

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

#dbc72c Text Font Color

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

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


#dbc72c Background Color

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

This div background color is #dbc72c


#dbc72c Border Color

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

This div border color is #dbc72c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc72c


Comments

No comments written yet.

Please login to write comment.