Color Hex Logo

#dbc52a Color Hex

#DBC52A
(219,197,42)
0 Favorites   0 Comments

Color spaces of #dbc52a

RGB 21919742
HSL0.150.710.51
HSV53°81°86°
CMYK 0.000.100.81   0.14
XYZ49.597655.159710.2233
Yxy55.15970.43140.4797
Hunter Lab74.2696-10.768643.8274
CIE-Lab79.1332-7.515273.1207

#dbc52a color RGB value is (219,197,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 00101010
Octal 333 305 52
Decimal 219 197 42
Hex DB C5 2A

RGB Percentages of Color #dbc52a

%47.82
%43.01
%9.17

CMYK Percentages of Color #dbc52a

%0
%10
%81
%14

Triadic Colors of #dbc52a

#dbc52a #2adbc5 #c52adb

Analogous Colors of #dbc52a

#dbc52a #99db2a #db6d2a

Monochromatic Colors of #dbc52a

#dbc52a

Complementary Color

#dbc52a #2a40db

#dbc52a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc52a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc52a Color CSS Codes

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

#dbc52a Text Font Color

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

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


#dbc52a Background Color

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

This div background color is #dbc52a


#dbc52a Border Color

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

This div border color is #dbc52a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc52a


Comments

No comments written yet.

Please login to write comment.