#D2D480

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

Shades of Deco #D2D480

Tints of Deco #D2D480

Color information

#D2D480 (or 0xD2D480) is unknown color: approx Deco. HEX triplet: D2, D4 and 80. RGB value is (210,212,128). Sum of RGB (Red+Green+Blue) = 210+212+128=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 128 (50.39% from 255 or 23.27% from 550); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D480 is #2D2B7F. Grayscale: #CACACA. Windows color (decimal): -2960256 or 8443090. OLE color: 8443090.

HSL color Cylindrical-coordinate representation of color #D2D480: hue angle of 61.43º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2D480 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB210212128-
CMYK0.0100.400.17
HSL61.43º49.41%66.67%-
HSV(B)61.43º39.62%83.14%-
XYZ54.0262.3529.61-
YUV201.8386.34133.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.18%
GREEN value IS 212 (83.20% from 255) = 38.55%
BLUE value IS 128 (50.39% from 255) = 23.27%
R=38.18%
G=38.55%
B=23.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2102121280.0100.400.1761.4349.4166.67
HexD2D4801028113d3143
Octal3223242001050217561103
Binary11010010110101001000000010101000100011111011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D480; }

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

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

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

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

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

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

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

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