#D9C2BE

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

Shades of Alto #D9C2BE

Tints of Alto #D9C2BE

Color information

#D9C2BE (or 0xD9C2BE) is unknown color: approx Alto. HEX triplet: D9, C2 and BE. RGB value is (217,194,190). Sum of RGB (Red+Green+Blue) = 217+194+190=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 194 (76.17% from 255 or 32.28% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C2BE is #263D41. Grayscale: #C8C8C8. Windows color (decimal): -2506050 or 12501721. OLE color: 12501721.

HSL color Cylindrical-coordinate representation of color #D9C2BE: hue angle of 8.89º degrees, saturation: 0.26, 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 #D9C2BE is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB217194190-
CMYK00.110.120.15
HSL8.89º26.21%79.8%-
HSV(B)8.89º12.44%85.1%-
XYZ57.257.0556.71-
YUV200.42122.12139.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.11%
GREEN value IS 194 (76.17% from 255) = 32.28%
BLUE value IS 190 (74.61% from 255) = 31.61%
R=36.11%
G=32.28%
B=31.61%

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
Decimal21719419000.110.120.158.8926.2179.8
HexD9C2BE0BCF91a50
Octal33130227601314171132120
Binary11011001110000101011111001011110011111001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C2BE; }

 p { color: rgb(217,194,190); }

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

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

 a { background-color: rgb(217,194,190); }

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

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

 span { border-color: rgb(217,194,190); }

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