#D5C5BF

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

Shades of Alto #D5C5BF

Tints of Alto #D5C5BF

Color information

#D5C5BF (or 0xD5C5BF) is unknown color: approx Alto. HEX triplet: D5, C5 and BF. RGB value is (213,197,191). Sum of RGB (Red+Green+Blue) = 213+197+191=601 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.44% from 601); Green value is 197 (77.34% from 255 or 32.78% from 601); Blue value is 191 (75% from 255 or 31.78% from 601); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C5BF is #2A3A40. Grayscale: #C9C9C9. Windows color (decimal): -2767425 or 12568021. OLE color: 12568021.

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

Color convert

RGB213197191-
CMYK00.080.100.16
HSL16.36º20.75%79.22%-
HSV(B)16.36º10.33%83.53%-
XYZ56.8157.8457.46-
YUV201.1122.3136.49-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.44%
GREEN value IS 197 (77.34% from 255) = 32.78%
BLUE value IS 191 (75% from 255) = 31.78%
R=35.44%
G=32.78%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319719100.080.100.1616.3620.7579.22
HexD5C5BF08A1010154f
Octal32530527701012202025117
Binary1101010111000101101111110100010101000010000101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C5BF; }

 p { color: rgb(213,197,191); }

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

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

 a { background-color: rgb(213,197,191); }

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

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

 span { border-color: rgb(213,197,191); }

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