#DAD0CA

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

Shades of Swiss Coffee #DAD0CA

Tints of Swiss Coffee #DAD0CA

Color information

#DAD0CA (or 0xDAD0CA) is unknown color: approx Swiss Coffee. HEX triplet: DA, D0 and CA. RGB value is (218,208,202). Sum of RGB (Red+Green+Blue) = 218+208+202=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD0CA is #252F35. Grayscale: #D2D2D2. Windows color (decimal): -2436918 or 13291738. OLE color: 13291738.

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

Color convert

RGB218208202-
CMYK00.050.070.15
HSL22.5º17.78%82.35%-
HSV(B)22.5º7.34%85.49%-
XYZ62.1364.2865.01-
YUV210.31123.31133.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.71%
GREEN value IS 208 (81.64% from 255) = 33.12%
BLUE value IS 202 (79.30% from 255) = 32.17%
R=34.71%
G=33.12%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820820200.050.070.1522.517.7882.35
HexDAD0CA057F171252
Octal332320312057172722122
Binary1101101011010000110010100101111111110111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD0CA; }

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

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

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

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

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

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

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

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