Color Hex Logo

#dbd555 Color Hex

#DBD555
(219,213,85)
0 Favorites   0 Comments

Color spaces of #dbd555

RGB 21921385
HSL0.160.650.60
HSV57°61°86°
CMYK 0.000.030.61   0.14
XYZ54.647463.304417.9331
Yxy63.30440.40220.4659
Hunter Lab79.5641-16.637042.3314
CIE-Lab83.6023-13.556062.0983

#dbd555 color RGB value is (219,213,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010101 01010101
Octal 333 325 125
Decimal 219 213 85
Hex DB D5 55

RGB Percentages of Color #dbd555

%42.36
%41.20
%16.44

CMYK Percentages of Color #dbd555

%0
%3
%61
%14

Triadic Colors of #dbd555

#dbd555 #55dbd5 #d555db

Analogous Colors of #dbd555

#dbd555 #9edb55 #db9255

Monochromatic Colors of #dbd555

#dbd555

Complementary Color

#dbd555 #555bdb

#dbd555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd555 Color CSS Codes

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

#dbd555 Text Font Color

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

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


#dbd555 Background Color

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

This div background color is #dbd555


#dbd555 Border Color

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

This div border color is #dbd555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd555


Comments

No comments written yet.

Please login to write comment.