#D2DE92

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

Shades of Deco #D2DE92

Tints of Deco #D2DE92

Color information

#D2DE92 (or 0xD2DE92) is unknown color: approx Deco. HEX triplet: D2, DE and 92. RGB value is (210,222,146). Sum of RGB (Red+Green+Blue) = 210+222+146=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 146 (57.42% from 255 or 25.26% from 578); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DE92 is #2D216D. Grayscale: #D2D2D2. Windows color (decimal): -2957678 or 9625298. OLE color: 9625298.

HSL color Cylindrical-coordinate representation of color #D2DE92: hue angle of 69.47º degrees, saturation: 0.54, 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 #D2DE92 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB210222146-
CMYK0.0500.340.13
HSL69.47º53.52%72.16%-
HSV(B)69.47º34.23%87.06%-
XYZ57.8968.0237.27-
YUV209.7592.02128.18-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.33%
GREEN value IS 222 (87.11% from 255) = 38.41%
BLUE value IS 146 (57.42% from 255) = 25.26%
R=36.33%
G=38.41%
B=25.26%

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
Decimal2102221460.0500.340.1369.4753.5272.16
HexD2DE925022D453648
Octal32233622250421510566110
Binary1101001011011110100100101010100010110110001011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DE92; }

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

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

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

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

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

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

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

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