#DAD1CD

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

Shades of Swiss Coffee #DAD1CD

Tints of Swiss Coffee #DAD1CD

Color information

#DAD1CD (or 0xDAD1CD) is unknown color: approx Swiss Coffee. HEX triplet: DA, D1 and CD. RGB value is (218,209,205). Sum of RGB (Red+Green+Blue) = 218+209+205=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 209 (82.03% from 255 or 33.07% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD1CD is #252E32. Grayscale: #D3D3D3. Windows color (decimal): -2436659 or 13488602. OLE color: 13488602.

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

Color convert

RGB218209205-
CMYK00.040.060.15
HSL18.46º14.94%82.94%-
HSV(B)18.46º5.96%85.49%-
XYZ62.7364.9166.98-
YUV211.24124.48132.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.49%
GREEN value IS 209 (82.03% from 255) = 33.07%
BLUE value IS 205 (80.47% from 255) = 32.44%
R=34.49%
G=33.07%
B=32.44%

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
Decimal21820920500.040.060.1518.4614.9482.94
HexDAD1CD046F12f53
Octal332321315046172217123
Binary110110101101000111001101010011011111001011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD1CD; }

 p { color: rgb(218,209,205); }

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

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

 a { background-color: rgb(218,209,205); }

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

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

 span { border-color: rgb(218,209,205); }

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