#D9CAC3

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

Shades of Swiss Coffee #D9CAC3

Tints of Swiss Coffee #D9CAC3

Color information

#D9CAC3 (or 0xD9CAC3) is unknown color: approx Swiss Coffee. HEX triplet: D9, CA and C3. RGB value is (217,202,195). Sum of RGB (Red+Green+Blue) = 217+202+195=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 195 (76.56% from 255 or 31.76% from 614); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CAC3 is #26353C. Grayscale: #CDCDCD. Windows color (decimal): -2503997 or 12831449. OLE color: 12831449.

HSL color Cylindrical-coordinate representation of color #D9CAC3: hue angle of 19.09º degrees, saturation: 0.22, 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 #D9CAC3 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB217202195-
CMYK00.070.100.15
HSL19.09º22.45%80.78%-
HSV(B)19.09º10.14%85.1%-
XYZ59.5960.9360.25-
YUV205.69121.97136.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.34%
GREEN value IS 202 (79.30% from 255) = 32.90%
BLUE value IS 195 (76.56% from 255) = 31.76%
R=35.34%
G=32.90%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720219500.070.100.1519.0922.4580.78
HexD9CAC307AF131651
Octal3313123030712172326121
Binary11011001110010101100001101111010111110011101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CAC3; }

 p { color: rgb(217,202,195); }

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

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

 a { background-color: rgb(217,202,195); }

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

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

 span { border-color: rgb(217,202,195); }

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