#D3D991

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

Shades of Deco #D3D991

Tints of Deco #D3D991

Color information

#D3D991 (or 0xD3D991) is unknown color: approx Deco. HEX triplet: D3, D9 and 91. RGB value is (211,217,145). Sum of RGB (Red+Green+Blue) = 211+217+145=573 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.82% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 145 (57.03% from 255 or 25.31% from 573); Max value from RGB is 217 - color contains mainly: green. Hex color #D3D991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D991 is #2C266E. Grayscale: #CFCFCF. Windows color (decimal): -2893423 or 9558483. OLE color: 9558483.

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

Color convert

RGB211217145-
CMYK0.0300.330.15
HSL65º48.65%70.98%-
HSV(B)65º33.18%85.1%-
XYZ56.7965.5236.44-
YUV20793.01130.85-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.82%
GREEN value IS 217 (85.16% from 255) = 37.87%
BLUE value IS 145 (57.03% from 255) = 25.31%
R=36.82%
G=37.87%
B=25.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2112171450.0300.330.156548.6570.98
HexD3D9913021F413147
Octal32333122130411710161107
Binary110100111101100110010001110100001111110000011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D991; }

 p { color: rgb(211,217,145); }

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

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

 a { background-color: rgb(211,217,145); }

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

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

 span { border-color: rgb(211,217,145); }

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