#DBC7C5

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

Shades of Alto #DBC7C5

Tints of Alto #DBC7C5

Color information

#DBC7C5 (or 0xDBC7C5) is unknown color: approx Alto. HEX triplet: DB, C7 and C5. RGB value is (219,199,197). Sum of RGB (Red+Green+Blue) = 219+199+197=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC7C5 is #24383A. Grayscale: #CCCCCC. Windows color (decimal): -2373691 or 12961755. OLE color: 12961755.

HSL color Cylindrical-coordinate representation of color #DBC7C5: hue angle of 5.45º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBC7C5 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB219199197-
CMYK00.090.100.14
HSL5.45º23.4%81.57%-
HSV(B)5.45º10.05%85.88%-
XYZ59.7159.9461.25-
YUV204.75123.63138.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.61%
GREEN value IS 199 (78.12% from 255) = 32.36%
BLUE value IS 197 (77.34% from 255) = 32.03%
R=35.61%
G=32.36%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919919700.090.100.145.4523.481.57
HexDBC7C509AE51752
Octal3333073050111216527122
Binary1101101111000111110001010100110101110101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC7C5; }

 p { color: rgb(219,199,197); }

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

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

 a { background-color: rgb(219,199,197); }

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

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

 span { border-color: rgb(219,199,197); }

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