#D4C0BE

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

Shades of Alto #D4C0BE

Tints of Alto #D4C0BE

Color information

#D4C0BE (or 0xD4C0BE) is unknown color: approx Alto. HEX triplet: D4, C0 and BE. RGB value is (212,192,190). Sum of RGB (Red+Green+Blue) = 212+192+190=594 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.69% from 594); Green value is 192 (75.39% from 255 or 32.32% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C0BE is #2B3F41. Grayscale: #C5C5C5. Windows color (decimal): -2834242 or 12501204. OLE color: 12501204.

HSL color Cylindrical-coordinate representation of color #D4C0BE: hue angle of 5.45º 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 #D4C0BE is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB212192190-
CMYK00.090.100.17
HSL5.45º20.37%78.82%-
HSV(B)5.45º10.38%83.14%-
XYZ55.355.4156.5-
YUV197.75123.63138.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.69%
GREEN value IS 192 (75.39% from 255) = 32.32%
BLUE value IS 190 (74.61% from 255) = 31.99%
R=35.69%
G=32.32%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219219000.090.100.175.4520.3778.82
HexD4C0BE09A115144f
Octal3243002760111221524117
Binary11010100110000001011111001001101010001101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C0BE; }

 p { color: rgb(212,192,190); }

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

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

 a { background-color: rgb(212,192,190); }

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

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

 span { border-color: rgb(212,192,190); }

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