#D5D0CD

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

Shades of Swiss Coffee #D5D0CD

Tints of Swiss Coffee #D5D0CD

Color information

#D5D0CD (or 0xD5D0CD) is unknown color: approx Swiss Coffee. HEX triplet: D5, D0 and CD. RGB value is (213,208,205). Sum of RGB (Red+Green+Blue) = 213+208+205=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 208 (81.64% from 255 or 33.23% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D0CD is #2A2F32. Grayscale: #D1D1D1. Windows color (decimal): -2764595 or 13488341. OLE color: 13488341.

HSL color Cylindrical-coordinate representation of color #D5D0CD: hue angle of 22.5º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5D0CD is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB213208205-
CMYK00.020.040.16
HSL22.5º8.7%81.96%-
HSV(B)22.5º3.76%83.53%-
XYZ61.0263.6766.83-
YUV209.15125.66130.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.03%
GREEN value IS 208 (81.64% from 255) = 33.23%
BLUE value IS 205 (80.47% from 255) = 32.75%
R=34.03%
G=33.23%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320820500.020.040.1622.58.781.96
HexD5D0CD0241017952
Octal325320315024202711122
Binary110101011101000011001101010100100001011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D0CD; }

 p { color: rgb(213,208,205); }

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

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

 a { background-color: rgb(213,208,205); }

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

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

 span { border-color: rgb(213,208,205); }

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