Color Hex Logo

#dbc52f Color Hex

#DBC52F
(219,197,47)
0 Favorites   0 Comments

Color spaces of #dbc52f

RGB 21919747
HSL0.150.700.52
HSV52°79°86°
CMYK 0.000.100.79   0.14
XYZ49.692855.197810.7245
Yxy55.19780.42980.4774
Hunter Lab74.2952-10.625943.4482
CIE-Lab79.1551-7.352271.6965

#dbc52f color RGB value is (219,197,47).

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

The process color (four color CMYK) of #dbc52f color hex is 0.00, 0.10, 0.79, 0.14. Web safe color of #dbc52f is #cccc33. Color #dbc52f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 00101111
Octal 333 305 57
Decimal 219 197 47
Hex DB C5 2F

RGB Percentages of Color #dbc52f

%47.30
%42.55
%10.15

CMYK Percentages of Color #dbc52f

%0
%10
%79
%14

Triadic Colors of #dbc52f

#dbc52f #2fdbc5 #c52fdb

Analogous Colors of #dbc52f

#dbc52f #9bdb2f #db6f2f

Monochromatic Colors of #dbc52f

#dbc52f

Complementary Color

#dbc52f #2f45db

#dbc52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc52f Color CSS Codes

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

#dbc52f Text Font Color

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

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


#dbc52f Background Color

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

This div background color is #dbc52f


#dbc52f Border Color

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

This div border color is #dbc52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc52f


Comments

No comments written yet.

Please login to write comment.