Color Hex Logo

#dbd780 Color Hex

#DBD780
(219,215,128)
0 Favorites   0 Comments

Color spaces of #dbd780

RGB 219215128
HSL0.160.560.68
HSV57°42°86°
CMYK 0.000.020.42   0.14
XYZ57.410165.219529.9849
Yxy65.21950.37620.4273
Hunter Lab80.7586-14.434534.5172
CIE-Lab84.5967-10.950943.3226

#dbd780 color RGB value is (219,215,128).

#dbd780 hex color red value is 219, green value is 215 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #dbd780 hue: 0.16 , saturation: 0.56 and the lightness value of dbd780 is 0.68.

The process color (four color CMYK) of #dbd780 color hex is 0.00, 0.02, 0.42, 0.14. Web safe color of #dbd780 is #cccc99. Color #dbd780 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010111 10000000
Octal 333 327 200
Decimal 219 215 128
Hex DB D7 80

RGB Percentages of Color #dbd780

%38.97
%38.26
%22.78

CMYK Percentages of Color #dbd780

%0
%2
%42
%14

Triadic Colors of #dbd780

#dbd780 #80dbd7 #d780db

Analogous Colors of #dbd780

#dbd780 #b2db80 #dbaa80

Monochromatic Colors of #dbd780

#dbd780

Complementary Color

#dbd780 #8084db

#dbd780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd780 Color CSS Codes

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

#dbd780 Text Font Color

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

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


#dbd780 Background Color

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

This div background color is #dbd780


#dbd780 Border Color

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

This div border color is #dbd780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd780

#dbd780 Color Palettes


Comments

No comments written yet.

Please login to write comment.