#D2D578

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

Shades of Deco #D2D578

Tints of Deco #D2D578

Color information

#D2D578 (or 0xD2D578) is unknown color: approx Deco. HEX triplet: D2, D5 and 78. RGB value is (210,213,120). Sum of RGB (Red+Green+Blue) = 210+213+120=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 120 (47.27% from 255 or 22.10% from 543); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D578 is #2D2A87. Grayscale: #C9C9C9. Windows color (decimal): -2960008 or 7919058. OLE color: 7919058.

HSL color Cylindrical-coordinate representation of color #D2D578: hue angle of 61.94º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2D578 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB210213120-
CMYK0.0100.440.16
HSL61.94º52.54%65.29%-
HSV(B)61.94º43.66%83.53%-
XYZ53.7662.6527.03-
YUV201.582.01134.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.67%
GREEN value IS 213 (83.59% from 255) = 39.23%
BLUE value IS 120 (47.27% from 255) = 22.10%
R=38.67%
G=39.23%
B=22.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102131200.0100.440.1661.9452.5465.29
HexD2D578102C103e3541
Octal3223251701054207665101
Binary1101001011010101111100010101100100001111101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D578; }

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

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

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

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

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

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

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

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