#D1D895

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

Shades of Deco #D1D895

Tints of Deco #D1D895

Color information

#D1D895 (or 0xD1D895) is unknown color: approx Deco. HEX triplet: D1, D8 and 95. RGB value is (209,216,149). Sum of RGB (Red+Green+Blue) = 209+216+149=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 149 (58.59% from 255 or 25.96% from 574); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D895 is #2E276A. Grayscale: #CECECE. Windows color (decimal): -3024747 or 9820369. OLE color: 9820369.

HSL color Cylindrical-coordinate representation of color #D1D895: hue angle of 66.27º 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 #D1D895 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB209216149-
CMYK0.0300.310.15
HSL66.27º46.21%71.57%-
HSV(B)66.27º31.02%84.71%-
XYZ56.2864.8437.98-
YUV206.2795.68129.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.41%
GREEN value IS 216 (84.77% from 255) = 37.63%
BLUE value IS 149 (58.59% from 255) = 25.96%
R=36.41%
G=37.63%
B=25.96%

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
Decimal2092161490.0300.310.1566.2746.2171.57
HexD1D895301FF422e48
Octal32133022530371710256110
Binary11010001110110001001010111011111111110000101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D895; }

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

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

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

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

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

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

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

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