#D5D480

Color #D5D480 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #D5D480

Tints of Deco #D5D480

Color information

#D5D480 (or 0xD5D480) is unknown color: approx Deco. HEX triplet: D5, D4 and 80. RGB value is (213,212,128). Sum of RGB (Red+Green+Blue) = 213+212+128=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D480 is #2A2B7F. Grayscale: #CBCBCB. Windows color (decimal): -2763648 or 8443093. OLE color: 8443093.

HSL color Cylindrical-coordinate representation of color #D5D480: hue angle of 59.29º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5D480 is Cyan = 0, Magento = 0.00, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB213212128-
CMYK00.000.400.16
HSL59.29º50.3%66.86%-
HSV(B)59.29º39.91%83.53%-
XYZ54.8862.7929.65-
YUV202.7285.83135.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 38.52%
GREEN value IS 212 (83.20% from 255) = 38.34%
BLUE value IS 128 (50.39% from 255) = 23.15%
R=38.52%
G=38.34%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321212800.000.400.1659.2950.366.86
HexD5D4800028103b3243
Octal3253242000050207362103
Binary11010101110101001000000000101000100001110111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D480; }

 p { color: rgb(213,212,128); }

 H1.HeaderClassName
 {
   color: #D5D480;
 }
 .AnyTagClassName
 {
   color: #D5D480;
 }
</style>
background-color css

<style>
 a { background-color: #D5D480; }

 a { background-color: rgb(213,212,128); }

 div.DivClassName
 {
   background-color: #D5D480;
 }
 .BgClassName
 {
   background-color: #D5D480;
 }
</style>
border-color css

<style>
 span { border-color: #D5D480; }

 span { border-color: rgb(213,212,128); }

 td.TdClassName
 {
   border-color: #D5D480;
 }
 .TagClassName
 {
   border-color: #D5D480;
 }
</style>