#D7D880

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

Shades of Deco #D7D880

Tints of Deco #D7D880

Color information

#D7D880 (or 0xD7D880) is unknown color: approx Deco. HEX triplet: D7, D8 and 80. RGB value is (215,216,128). Sum of RGB (Red+Green+Blue) = 215+216+128=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 128 (50.39% from 255 or 22.90% from 559); Max value from RGB is 216 - color contains mainly: green. Hex color #D7D880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D880 is #28277F. Grayscale: #CECECE. Windows color (decimal): -2631552 or 8444119. OLE color: 8444119.

HSL color Cylindrical-coordinate representation of color #D7D880: hue angle of 60.68º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D7D880 is Cyan = 0.00, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB215216128-
CMYK0.0000.410.15
HSL60.68º53.01%67.45%-
HSV(B)60.68º40.74%84.71%-
XYZ56.4865.1230.01-
YUV205.6784.17134.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.46%
GREEN value IS 216 (84.77% from 255) = 38.64%
BLUE value IS 128 (50.39% from 255) = 22.90%
R=38.46%
G=38.64%
B=22.90%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2152161280.0000.410.1560.6853.0167.45
HexD7D8800029F3d3543
Octal3273302000051177565103
Binary1101011111011000100000000010100111111111011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D880; }

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

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

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

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

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

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

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

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