Html Css Color HEX #DCC8C7 Alto

📋 copy color: '#DCC8C7'

red 220 ◦ green 200 ◦ blue 199

#DCC8C7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alto #DCC8C7

Tints of Alto #DCC8C7

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.13% from 255) = 32.15%

R = 35.54%
G = 32.31%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DCC8C7 (or 0xDCC8C7) is known color: 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

RGB 220 200 199 -
CMYK 0 0.09 0.10 0.14
HSL 2.86º 0.23% 0.82% -
HSV(B) 2.86º 0.1% 0.86% -
XYZ 60.48 60.65 62.55 -
YUV 205.87 124.13 138.08 -
System Red Green Blue C M Y K H S L
Decimal 220 200 199 0 0.09 0.10 0.14 2.86 0.23 0.82
Hex DC C8 C7 0 9 A E 3 17 52
Octal 334 310 307 0 11 12 16 3 27 122
Binary 11011100 11001000 11000111 0 1001 1010 1110 11 10111 1010010

Color Harmonies of #DCC8C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC8C7

Black with #DCC8C7

Text Example


Text Example

White with #DCC8C7

Text Example


Text Example

HTML Codes & Css Web 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>