#D5CAC4

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

Shades of Swiss Coffee #D5CAC4

Tints of Swiss Coffee #D5CAC4

Color information

#D5CAC4 (or 0xD5CAC4) is unknown color: approx Swiss Coffee. HEX triplet: D5, CA and C4. RGB value is (213,202,196). Sum of RGB (Red+Green+Blue) = 213+202+196=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 202 (79.30% from 255 or 33.06% from 611); Blue value is 196 (76.95% from 255 or 32.08% from 611); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CAC4 is #2A353B. Grayscale: #CCCCCC. Windows color (decimal): -2766140 or 12896981. OLE color: 12896981.

HSL color Cylindrical-coordinate representation of color #D5CAC4: hue angle of 21.18º degrees, saturation: 0.17, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D5CAC4 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB213202196-
CMYK00.050.080.16
HSL21.18º16.83%80.2%-
HSV(B)21.18º7.98%83.53%-
XYZ58.5260.3760.79-
YUV204.6123.14133.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.86%
GREEN value IS 202 (79.30% from 255) = 33.06%
BLUE value IS 196 (76.95% from 255) = 32.08%
R=34.86%
G=33.06%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320219600.050.080.1621.1816.8380.2
HexD5CAC405810151150
Octal3253123040510202521120
Binary110101011100101011000100010110001000010101100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CAC4; }

 p { color: rgb(213,202,196); }

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

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

 a { background-color: rgb(213,202,196); }

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

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

 span { border-color: rgb(213,202,196); }

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