#D6C2BD

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

Shades of Alto #D6C2BD

Tints of Alto #D6C2BD

Color information

#D6C2BD (or 0xD6C2BD) is unknown color: approx Alto. HEX triplet: D6, C2 and BD. RGB value is (214,194,189). Sum of RGB (Red+Green+Blue) = 214+194+189=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 194 (76.17% from 255 or 32.50% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C2BD is #293D42. Grayscale: #C7C7C7. Windows color (decimal): -2702659 or 12436182. OLE color: 12436182.

HSL color Cylindrical-coordinate representation of color #D6C2BD: hue angle of 12º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6C2BD is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB214194189-
CMYK00.090.120.16
HSL12º23.36%79.02%-
HSV(B)12º11.68%83.92%-
XYZ56.2156.5556.1-
YUV199.41122.13138.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.85%
GREEN value IS 194 (76.17% from 255) = 32.50%
BLUE value IS 189 (74.22% from 255) = 31.66%
R=35.85%
G=32.50%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419418900.090.120.161223.3679.02
HexD6C2BD09C10c174f
Octal32630227501114201427117
Binary110101101100001010111101010011100100001100101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C2BD; }

 p { color: rgb(214,194,189); }

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

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

 a { background-color: rgb(214,194,189); }

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

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

 span { border-color: rgb(214,194,189); }

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