#D1D995

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

Shades of Deco #D1D995

Tints of Deco #D1D995

Color information

#D1D995 (or 0xD1D995) is unknown color: approx Deco. HEX triplet: D1, D9 and 95. RGB value is (209,217,149). Sum of RGB (Red+Green+Blue) = 209+217+149=575 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.35% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 149 (58.59% from 255 or 25.91% from 575); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D995 is #2E266A. Grayscale: #CFCFCF. Windows color (decimal): -3024491 or 9820625. OLE color: 9820625.

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

Color convert

RGB209217149-
CMYK0.0400.310.15
HSL67.06º47.22%71.76%-
HSV(B)67.06º31.34%85.1%-
XYZ56.5365.3538.07-
YUV206.8695.35129.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.35%
GREEN value IS 217 (85.16% from 255) = 37.74%
BLUE value IS 149 (58.59% from 255) = 25.91%
R=36.35%
G=37.74%
B=25.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092171490.0400.310.1567.0647.2271.76
HexD1D995401FF432f48
Octal32133122540371710357110
Binary110100011101100110010101100011111111110000111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D995; }

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

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

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

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

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

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

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

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