#D9C1BF

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

Shades of Alto #D9C1BF

Tints of Alto #D9C1BF

Color information

#D9C1BF (or 0xD9C1BF) is unknown color: approx Alto. HEX triplet: D9, C1 and BF. RGB value is (217,193,191). Sum of RGB (Red+Green+Blue) = 217+193+191=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 193 (75.78% from 255 or 32.11% from 601); Blue value is 191 (75% from 255 or 31.78% from 601); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C1BF is #263E40. Grayscale: #C7C7C7. Windows color (decimal): -2506305 or 12567001. OLE color: 12567001.

HSL color Cylindrical-coordinate representation of color #D9C1BF: hue angle of 4.62º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9C1BF is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB217193191-
CMYK00.110.120.15
HSL4.62º25.49%80%-
HSV(B)4.62º11.98%85.1%-
XYZ57.0956.6557.22-
YUV199.95122.95140.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.11%
GREEN value IS 193 (75.78% from 255) = 32.11%
BLUE value IS 191 (75% from 255) = 31.78%
R=36.11%
G=32.11%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719319100.110.120.154.6225.4980
HexD9C1BF0BCF51950
Octal3313012770131417531120
Binary1101100111000001101111110101111001111101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C1BF; }

 p { color: rgb(217,193,191); }

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

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

 a { background-color: rgb(217,193,191); }

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

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

 span { border-color: rgb(217,193,191); }

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