#D4C2BF

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

Shades of Alto #D4C2BF

Tints of Alto #D4C2BF

Color information

#D4C2BF (or 0xD4C2BF) is unknown color: approx Alto. HEX triplet: D4, C2 and BF. RGB value is (212,194,191). Sum of RGB (Red+Green+Blue) = 212+194+191=597 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.51% from 597); Green value is 194 (76.17% from 255 or 32.50% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C2BF is #2B3D40. Grayscale: #C7C7C7. Windows color (decimal): -2833729 or 12567252. OLE color: 12567252.

HSL color Cylindrical-coordinate representation of color #D4C2BF: hue angle of 8.57º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4C2BF is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB212194191-
CMYK00.080.100.17
HSL8.57º19.63%79.02%-
HSV(B)8.57º9.91%83.14%-
XYZ55.8556.3457.22-
YUV199.04123.46137.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.51%
GREEN value IS 194 (76.17% from 255) = 32.50%
BLUE value IS 191 (75% from 255) = 31.99%
R=35.51%
G=32.50%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219419100.080.100.178.5719.6379.02
HexD4C2BF08A119144f
Octal32430227701012211124117
Binary110101001100001010111111010001010100011001101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C2BF; }

 p { color: rgb(212,194,191); }

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

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

 a { background-color: rgb(212,194,191); }

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

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

 span { border-color: rgb(212,194,191); }

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