#D8D0CA

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

Shades of Swiss Coffee #D8D0CA

Tints of Swiss Coffee #D8D0CA

Color information

#D8D0CA (or 0xD8D0CA) is unknown color: approx Swiss Coffee. HEX triplet: D8, D0 and CA. RGB value is (216,208,202). Sum of RGB (Red+Green+Blue) = 216+208+202=626 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.50% from 626); Green value is 208 (81.64% from 255 or 33.23% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D0CA is #272F35. Grayscale: #D1D1D1. Windows color (decimal): -2567990 or 13291736. OLE color: 13291736.

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

Color convert

RGB216208202-
CMYK00.040.060.15
HSL25.71º15.22%81.96%-
HSV(B)25.71º6.48%84.71%-
XYZ61.5463.9764.98-
YUV209.71123.65132.49-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.50%
GREEN value IS 208 (81.64% from 255) = 33.23%
BLUE value IS 202 (79.30% from 255) = 32.27%
R=34.50%
G=33.23%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620820200.040.060.1525.7115.2281.96
HexD8D0CA046F1af52
Octal330320312046173217122
Binary110110001101000011001010010011011111101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D0CA; }

 p { color: rgb(216,208,202); }

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

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

 a { background-color: rgb(216,208,202); }

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

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

 span { border-color: rgb(216,208,202); }

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