#D1D997

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

Shades of Deco #D1D997

Tints of Deco #D1D997

Color information

#D1D997 (or 0xD1D997) is unknown color: approx Deco. HEX triplet: D1, D9 and 97. RGB value is (209,217,151). Sum of RGB (Red+Green+Blue) = 209+217+151=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 151 (59.38% from 255 or 26.17% from 577); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D997 is #2E2668. Grayscale: #CFCFCF. Windows color (decimal): -3024489 or 9951697. OLE color: 9951697.

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

Color convert

RGB209217151-
CMYK0.0400.300.15
HSL67.27º46.48%72.16%-
HSV(B)67.27º30.41%85.1%-
XYZ56.6965.4238.92-
YUV207.0896.35129.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.22%
GREEN value IS 217 (85.16% from 255) = 37.61%
BLUE value IS 151 (59.38% from 255) = 26.17%
R=36.22%
G=37.61%
B=26.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092171510.0400.300.1567.2746.4872.16
HexD1D997401EF432e48
Octal32133122740361710356110
Binary110100011101100110010111100011110111110000111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D997; }

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

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

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

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

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

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

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

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