#D0DE80

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

Shades of Deco #D0DE80

Tints of Deco #D0DE80

Color information

#D0DE80 (or 0xD0DE80) is unknown color: approx Deco. HEX triplet: D0, DE and 80. RGB value is (208,222,128). Sum of RGB (Red+Green+Blue) = 208+222+128=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 222 (87.11% from 255 or 39.78% from 558); Blue value is 128 (50.39% from 255 or 22.94% from 558); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DE80 is #2F217F. Grayscale: #CFCFCF. Windows color (decimal): -3088768 or 8445648. OLE color: 8445648.

HSL color Cylindrical-coordinate representation of color #D0DE80: hue angle of 68.94º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D0DE80 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB208222128-
CMYK0.0600.420.13
HSL68.94º58.75%68.63%-
HSV(B)68.94º42.34%87.06%-
XYZ56.0367.2130.44-
YUV207.183.36128.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.28%
GREEN value IS 222 (87.11% from 255) = 39.78%
BLUE value IS 128 (50.39% from 255) = 22.94%
R=37.28%
G=39.78%
B=22.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082221280.0600.420.1368.9458.7568.63
HexD0DE80602AD453b45
Octal32033620060521510573105
Binary1101000011011110100000001100101010110110001011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DE80; }

 p { color: rgb(208,222,128); }

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

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

 a { background-color: rgb(208,222,128); }

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

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

 span { border-color: rgb(208,222,128); }

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