Html Css Color HEX #DCC5C2 Alto

📋 copy color: '#DCC5C2'

red 220 ◦ green 197 ◦ blue 194

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

Shades of Alto #DCC5C2

Tints of Alto #DCC5C2

RGB

 RED value IS 220 (86.33% from 255) = 36.01%

 GREEN value IS 197 (77.34% from 255) = 32.24%

 BLUE value IS 194 (76.17% from 255) = 31.75%

R = 36.01%
G = 32.24%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DCC5C2 (or 0xDCC5C2) is known color: Alto. HEX triplet: DC, C5 and C2. RGB value is (220,197,194). Sum of RGB (Red+Green+Blue) = 220+197+194=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 194 (76.17% from 255 or 31.75% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5C2 is #233A3D. Grayscale: #CBCBCB. Windows color (decimal): -2308670 or 12764636. OLE color: 12764636.

HSL color Cylindrical-coordinate representation of color #DCC5C2: hue angle of 6.92º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCC5C2 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 197 194 -
CMYK 0 0.10 0.12 0.14
HSL 6.92º 0.27% 0.81% -
HSV(B) 6.92º 0.12% 0.86% -
XYZ 59.22 59.04 59.31 -
YUV 203.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 220 197 194 0 0.10 0.12 0.14 6.92 0.27 0.81
Hex DC C5 C2 0 A C E 7 1B 51
Octal 334 305 302 0 12 14 16 7 33 121
Binary 11011100 11000101 11000010 0 1010 1100 1110 111 11011 1010001

Color Harmonies of #DCC5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC5C2

Black with #DCC5C2

Text Example


Text Example

White with #DCC5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC5C2; }

 p { color: rgb(220,197,194); }

 H1.HeaderClassName
 {
   color: #DCC5C2;
 }
 .AnyTagClassName
 {
   color: #DCC5C2;
 }
</style>

background-color css

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

 a { background-color: rgb(220,197,194); }

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

border-color css

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

 span { border-color: rgb(220,197,194); }

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