#D2D580

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

Shades of Deco #D2D580

Tints of Deco #D2D580

Color information

#D2D580 (or 0xD2D580) is unknown color: approx Deco. HEX triplet: D2, D5 and 80. RGB value is (210,213,128). Sum of RGB (Red+Green+Blue) = 210+213+128=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 128 (50.39% from 255 or 23.23% from 551); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D580 is #2D2A7F. Grayscale: #CACACA. Windows color (decimal): -2960000 or 8443346. OLE color: 8443346.

HSL color Cylindrical-coordinate representation of color #D2D580: hue angle of 62.12º 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 #D2D580 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB210213128-
CMYK0.0100.400.16
HSL62.12º50.3%66.86%-
HSV(B)62.12º39.91%83.53%-
XYZ54.2762.8529.69-
YUV202.4186.01133.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.11%
GREEN value IS 213 (83.59% from 255) = 38.66%
BLUE value IS 128 (50.39% from 255) = 23.23%
R=38.11%
G=38.66%
B=23.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102131280.0100.400.1662.1250.366.86
HexD2D5801028103e3243
Octal3223252001050207662103
Binary11010010110101011000000010101000100001111101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D580; }

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

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

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

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

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

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

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

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