#D1D397

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

Shades of Deco #D1D397

Tints of Deco #D1D397

Color information

#D1D397 (or 0xD1D397) is unknown color: approx Deco. HEX triplet: D1, D3 and 97. RGB value is (209,211,151). Sum of RGB (Red+Green+Blue) = 209+211+151=571 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.60% from 571); Green value is 211 (82.81% from 255 or 36.95% from 571); Blue value is 151 (59.38% from 255 or 26.44% from 571); Max value from RGB is 211 - color contains mainly: green. Hex color #D1D397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D397 is #2E2C68. Grayscale: #CBCBCB. Windows color (decimal): -3026025 or 9950161. OLE color: 9950161.

HSL color Cylindrical-coordinate representation of color #D1D397: hue angle of 62º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D1D397 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB209211151-
CMYK0.0100.280.17
HSL62º40.54%70.98%-
HSV(B)62º28.44%82.75%-
XYZ55.1762.3838.41-
YUV203.5698.34131.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.60%
GREEN value IS 211 (82.81% from 255) = 36.95%
BLUE value IS 151 (59.38% from 255) = 26.44%
R=36.60%
G=36.95%
B=26.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2092111510.0100.280.176240.5470.98
HexD1D397101C113e2947
Octal3213232271034217651107
Binary1101000111010011100101111011100100011111101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D397; }

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

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

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

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

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

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

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

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