#D2D895

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

Shades of Deco #D2D895

Tints of Deco #D2D895

Color information

#D2D895 (or 0xD2D895) is unknown color: approx Deco. HEX triplet: D2, D8 and 95. RGB value is (210,216,149). Sum of RGB (Red+Green+Blue) = 210+216+149=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 149 (58.59% from 255 or 25.91% from 575); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D895 is #2D276A. Grayscale: #CECECE. Windows color (decimal): -2959211 or 9820370. OLE color: 9820370.

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

Color convert

RGB210216149-
CMYK0.0300.310.15
HSL65.37º46.21%71.57%-
HSV(B)65.37º31.02%84.71%-
XYZ56.5664.9838-
YUV206.5795.51130.45-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.52%
GREEN value IS 216 (84.77% from 255) = 37.57%
BLUE value IS 149 (58.59% from 255) = 25.91%
R=36.52%
G=37.57%
B=25.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102161490.0300.310.1565.3746.2171.57
HexD2D895301FF412e48
Octal32233022530371710156110
Binary11010010110110001001010111011111111110000011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D895; }

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

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

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

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

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

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

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

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