Color Hex Logo

#dbd560 Color Hex

#DBD560
(219,213,96)
0 Favorites   0 Comments

Color spaces of #dbd560

RGB 21921396
HSL0.160.630.62
HSV57°56°86°
CMYK 0.000.030.56   0.14
XYZ55.119063.493120.4166
Yxy63.49310.39650.4567
Hunter Lab79.6826-15.970340.5863
CIE-Lab83.7011-12.789657.4252

#dbd560 color RGB value is (219,213,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010101 01100000
Octal 333 325 140
Decimal 219 213 96
Hex DB D5 60

RGB Percentages of Color #dbd560

%41.48
%40.34
%18.18

CMYK Percentages of Color #dbd560

%0
%3
%56
%14

Triadic Colors of #dbd560

#dbd560 #60dbd5 #d560db

Analogous Colors of #dbd560

#dbd560 #a4db60 #db9860

Monochromatic Colors of #dbd560

#dbd560

Complementary Color

#dbd560 #6066db

#dbd560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd560 Color CSS Codes

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

#dbd560 Text Font Color

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

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


#dbd560 Background Color

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

This div background color is #dbd560


#dbd560 Border Color

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

This div border color is #dbd560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd560

#dbd560 Color Palettes


Comments

No comments written yet.

Please login to write comment.