#DCC8C7

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

Shades of Alto #DCC8C7

Tints of Alto #DCC8C7

Color information

#DCC8C7 (or 0xDCC8C7) is unknown color: approx Alto. HEX triplet: DC, C8 and C7. RGB value is (220,200,199). Sum of RGB (Red+Green+Blue) = 220+200+199=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 199 (78.12% from 255 or 32.15% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8C7 is #233738. Grayscale: #CDCDCD. Windows color (decimal): -2307897 or 13093084. OLE color: 13093084.

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

Color convert

RGB220200199-
CMYK00.090.100.14
HSL2.86º23.08%82.16%-
HSV(B)2.86º9.55%86.27%-
XYZ60.4860.6562.55-
YUV205.87124.13138.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 200 (78.52% from 255) = 32.31%
BLUE value IS 199 (78.12% from 255) = 32.15%
R=35.54%
G=32.31%
B=32.15%

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
Decimal22020019900.090.100.142.8623.0882.16
HexDCC8C709AE31752
Octal3343103070111216327122
Binary110111001100100011000111010011010111011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC8C7; }

 p { color: rgb(220,200,199); }

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

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

 a { background-color: rgb(220,200,199); }

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

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

 span { border-color: rgb(220,200,199); }

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