#D0DE85

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

Shades of Deco #D0DE85

Tints of Deco #D0DE85

Color information

#D0DE85 (or 0xD0DE85) is unknown color: approx Deco. HEX triplet: D0, DE and 85. RGB value is (208,222,133). Sum of RGB (Red+Green+Blue) = 208+222+133=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DE85 is #2F217A. Grayscale: #D0D0D0. Windows color (decimal): -3088763 or 8773328. OLE color: 8773328.

HSL color Cylindrical-coordinate representation of color #D0DE85: hue angle of 69.44º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0DE85 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB208222133-
CMYK0.0600.400.13
HSL69.44º57.42%69.61%-
HSV(B)69.44º40.09%87.06%-
XYZ56.3767.3532.22-
YUV207.6785.86128.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.94%
GREEN value IS 222 (87.11% from 255) = 39.43%
BLUE value IS 133 (52.34% from 255) = 23.62%
R=36.94%
G=39.43%
B=23.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082221330.0600.400.1369.4457.4269.61
HexD0DE856028D453946
Octal32033620560501510571106
Binary1101000011011110100001011100101000110110001011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DE85; }

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

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

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

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

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

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

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

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