#D2D893

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

Shades of Deco #D2D893

Tints of Deco #D2D893

Color information

#D2D893 (or 0xD2D893) is unknown color: approx Deco. HEX triplet: D2, D8 and 93. RGB value is (210,216,147). Sum of RGB (Red+Green+Blue) = 210+216+147=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 216 (84.77% from 255 or 37.70% from 573); Blue value is 147 (57.81% from 255 or 25.65% from 573); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D893 is #2D276C. Grayscale: #CECECE. Windows color (decimal): -2959213 or 9689298. OLE color: 9689298.

HSL color Cylindrical-coordinate representation of color #D2D893: hue angle of 65.22º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2D893 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB210216147-
CMYK0.0300.320.15
HSL65.22º46.94%71.18%-
HSV(B)65.22º31.94%84.71%-
XYZ56.464.9237.16-
YUV206.3494.51130.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.65%
GREEN value IS 216 (84.77% from 255) = 37.70%
BLUE value IS 147 (57.81% from 255) = 25.65%
R=36.65%
G=37.70%
B=25.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102161470.0300.320.1565.2246.9471.18
HexD2D8933020F412f47
Octal32233022330401710157107
Binary110100101101100010010011110100000111110000011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D893; }

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

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

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

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

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

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

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

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