Html Css Color HEX #DAD0C9 Swiss Coffee

📋 copy color: '#DAD0C9'

red 218 ◦ green 208 ◦ blue 201

#DAD0C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Swiss Coffee #DAD0C9

Tints of Swiss Coffee #DAD0C9

RGB

 RED value IS 218 (85.55% from 255) = 34.77%

 GREEN value IS 208 (81.64% from 255) = 33.17%

 BLUE value IS 201 (78.91% from 255) = 32.06%

R = 34.77%
G = 33.17%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DAD0C9 (or 0xDAD0C9) is known color: Swiss Coffee. HEX triplet: DA, D0 and C9. RGB value is (218,208,201). Sum of RGB (Red+Green+Blue) = 218+208+201=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 208 (81.64% from 255 or 33.17% from 627); Blue value is 201 (78.91% from 255 or 32.06% from 627); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD0C9 is #252F36. Grayscale: #D2D2D2. Windows color (decimal): -2436919 or 13226202. OLE color: 13226202.

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

Color convert

RGB 218 208 201 -
CMYK 0 0.05 0.08 0.15
HSL 24.71º 0.19% 0.82% -
HSV(B) 24.71º 0.08% 0.85% -
XYZ 62.01 64.23 64.39 -
YUV 210.19 122.81 133.57 -
System Red Green Blue C M Y K H S L
Decimal 218 208 201 0 0.05 0.08 0.15 24.71 0.19 0.82
Hex DA D0 C9 0 5 8 F 19 13 52
Octal 332 320 311 0 5 10 17 31 23 122
Binary 11011010 11010000 11001001 0 101 1000 1111 11001 10011 1010010

Color Harmonies of #DAD0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD0C9

Black with #DAD0C9

Text Example


Text Example

White with #DAD0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD0C9; }

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

 H1.HeaderClassName
 {
   color: #DAD0C9;
 }
 .AnyTagClassName
 {
   color: #DAD0C9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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