Color Hex Logo

#dbd56a Color Hex

#DBD56A
(219,213,106)
0 Favorites   0 Comments

Color spaces of #dbd56a

RGB 219213106
HSL0.160.610.64
HSV57°52°86°
CMYK 0.000.030.52   0.14
XYZ55.609263.689222.9980
Yxy63.68920.39080.4476
Hunter Lab79.8055-15.279238.7779
CIE-Lab83.8037-11.999252.9676

#dbd56a color RGB value is (219,213,106).

#dbd56a hex color red value is 219, green value is 213 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #dbd56a hue: 0.16 , saturation: 0.61 and the lightness value of dbd56a is 0.64.

The process color (four color CMYK) of #dbd56a color hex is 0.00, 0.03, 0.52, 0.14. Web safe color of #dbd56a is #cccc66. Color #dbd56a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010101 01101010
Octal 333 325 152
Decimal 219 213 106
Hex DB D5 6A

RGB Percentages of Color #dbd56a

%40.71
%39.59
%19.70

CMYK Percentages of Color #dbd56a

%0
%3
%52
%14

Triadic Colors of #dbd56a

#dbd56a #6adbd5 #d56adb

Analogous Colors of #dbd56a

#dbd56a #a9db6a #db9d6a

Monochromatic Colors of #dbd56a

#dbd56a

Complementary Color

#dbd56a #6a70db

#dbd56a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd56a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd56a Color CSS Codes

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

#dbd56a Text Font Color

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

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


#dbd56a Background Color

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

This div background color is #dbd56a


#dbd56a Border Color

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

This div border color is #dbd56a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd56a


Comments

No comments written yet.

Please login to write comment.