#D2DE93

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

Shades of Deco #D2DE93

Tints of Deco #D2DE93

Color information

#D2DE93 (or 0xD2DE93) is unknown color: approx Deco. HEX triplet: D2, DE and 93. RGB value is (210,222,147). Sum of RGB (Red+Green+Blue) = 210+222+147=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 147 (57.81% from 255 or 25.39% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DE93 is #2D216C. Grayscale: #D2D2D2. Windows color (decimal): -2957677 or 9690834. OLE color: 9690834.

HSL color Cylindrical-coordinate representation of color #D2DE93: hue angle of 69.6º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D2DE93 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB210222147-
CMYK0.0500.340.13
HSL69.6º53.19%72.35%-
HSV(B)69.6º33.78%87.06%-
XYZ57.9768.0537.68-
YUV209.8692.52128.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.27%
GREEN value IS 222 (87.11% from 255) = 38.34%
BLUE value IS 147 (57.81% from 255) = 25.39%
R=36.27%
G=38.34%
B=25.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102221470.0500.340.1369.653.1972.35
HexD2DE935022D463548
Octal32233622350421510665110
Binary1101001011011110100100111010100010110110001101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DE93; }

 p { color: rgb(210,222,147); }

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

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

 a { background-color: rgb(210,222,147); }

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

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

 span { border-color: rgb(210,222,147); }

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