#D0DD80

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

Shades of Deco #D0DD80

Tints of Deco #D0DD80

Color information

#D0DD80 (or 0xD0DD80) is unknown color: approx Deco. HEX triplet: D0, DD and 80. RGB value is (208,221,128). Sum of RGB (Red+Green+Blue) = 208+221+128=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 128 (50.39% from 255 or 22.98% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DD80 is #2F227F. Grayscale: #CECECE. Windows color (decimal): -3089024 or 8445392. OLE color: 8445392.

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

Color convert

RGB208221128-
CMYK0.0600.420.13
HSL68.39º57.76%68.43%-
HSV(B)68.39º42.08%86.67%-
XYZ55.7766.6830.35-
YUV206.5183.69129.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.34%
GREEN value IS 221 (86.72% from 255) = 39.68%
BLUE value IS 128 (50.39% from 255) = 22.98%
R=37.34%
G=39.68%
B=22.98%

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
Decimal2082211280.0600.420.1368.3957.7668.43
HexD0DD80602AD443a44
Octal32033520060521510472104
Binary1101000011011101100000001100101010110110001001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DD80; }

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

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

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

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

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

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

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

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