#D1D780

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

Shades of Deco #D1D780

Tints of Deco #D1D780

Color information

#D1D780 (or 0xD1D780) is unknown color: approx Deco. HEX triplet: D1, D7 and 80. RGB value is (209,215,128). Sum of RGB (Red+Green+Blue) = 209+215+128=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 215 (84.38% from 255 or 38.95% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D780 is #2E287F. Grayscale: #CBCBCB. Windows color (decimal): -3025024 or 8443857. OLE color: 8443857.

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

Color convert

RGB209215128-
CMYK0.0300.400.16
HSL64.14º52.1%67.25%-
HSV(B)64.14º40.47%84.31%-
XYZ54.4963.7129.85-
YUV203.2985.51132.07-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.86%
GREEN value IS 215 (84.38% from 255) = 38.95%
BLUE value IS 128 (50.39% from 255) = 23.19%
R=37.86%
G=38.95%
B=23.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2092151280.0300.400.1664.1452.167.25
HexD1D780302810403443
Octal32132720030502010064103
Binary1101000111010111100000001101010001000010000001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D780; }

 p { color: rgb(209,215,128); }

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

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

 a { background-color: rgb(209,215,128); }

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

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

 span { border-color: rgb(209,215,128); }

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