#DACCC4

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

Shades of Swiss Coffee #DACCC4

Tints of Swiss Coffee #DACCC4

Color information

#DACCC4 (or 0xDACCC4) is unknown color: approx Swiss Coffee. HEX triplet: DA, CC and C4. RGB value is (218,204,196). Sum of RGB (Red+Green+Blue) = 218+204+196=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCC4 is #25333B. Grayscale: #CFCFCF. Windows color (decimal): -2437948 or 12897498. OLE color: 12897498.

HSL color Cylindrical-coordinate representation of color #DACCC4: hue angle of 21.82º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DACCC4 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB218204196-
CMYK00.060.100.15
HSL21.82º22.92%81.18%-
HSV(B)21.82º10.09%85.49%-
XYZ60.4762.0861.02-
YUV207.27121.64135.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.28%
GREEN value IS 204 (80.08% from 255) = 33.01%
BLUE value IS 196 (76.95% from 255) = 31.72%
R=35.28%
G=33.01%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820419600.060.100.1521.8222.9281.18
HexDACCC406AF161751
Octal3323143040612172627121
Binary11011010110011001100010001101010111110110101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCC4; }

 p { color: rgb(218,204,196); }

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

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

 a { background-color: rgb(218,204,196); }

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

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

 span { border-color: rgb(218,204,196); }

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