Color Hex Logo

#dbc52e Color Hex

#DBC52E
(219,197,46)
0 Favorites   0 Comments

Color spaces of #dbc52e

RGB 21919746
HSL0.150.710.52
HSV52°79°86°
CMYK 0.000.100.79   0.14
XYZ49.672855.189810.6194
Yxy55.18980.43010.4779
Hunter Lab74.2898-10.655843.5276
CIE-Lab79.1505-7.386471.9913

#dbc52e color RGB value is (219,197,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 00101110
Octal 333 305 56
Decimal 219 197 46
Hex DB C5 2E

RGB Percentages of Color #dbc52e

%47.40
%42.64
%9.96

CMYK Percentages of Color #dbc52e

%0
%10
%79
%14

Triadic Colors of #dbc52e

#dbc52e #2edbc5 #c52edb

Analogous Colors of #dbc52e

#dbc52e #9bdb2e #db6f2e

Monochromatic Colors of #dbc52e

#dbc52e

Complementary Color

#dbc52e #2e44db

#dbc52e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc52e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc52e Color CSS Codes

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

#dbc52e Text Font Color

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

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


#dbc52e Background Color

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

This div background color is #dbc52e


#dbc52e Border Color

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

This div border color is #dbc52e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc52e


Comments

No comments written yet.

Please login to write comment.