Html Css Color HEX #D6D0CD Swiss Coffee

📋 copy color: '#D6D0CD'

red 214 ◦ green 208 ◦ blue 205

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

Shades of Swiss Coffee #D6D0CD

Tints of Swiss Coffee #D6D0CD

RGB

 RED value IS 214 (83.98% from 255) = 34.13%

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

 BLUE value IS 205 (80.47% from 255) = 32.7%

R = 34.13%
G = 33.17%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D6D0CD (or 0xD6D0CD) is known color: Swiss Coffee. HEX triplet: D6, D0 and CD. RGB value is (214,208,205). Sum of RGB (Red+Green+Blue) = 214+208+205=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 208 (81.64% from 255 or 33.17% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D0CD is #292F32. Grayscale: #D1D1D1. Windows color (decimal): -2699059 or 13488342. OLE color: 13488342.

HSL color Cylindrical-coordinate representation of color #D6D0CD: hue angle of 20º degrees, saturation: 0.1, 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 #D6D0CD is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 208 205 -
CMYK 0 0.03 0.04 0.16
HSL 20º 0.1% 0.82% -
HSV(B) 20º 0.04% 0.84% -
XYZ 61.31 63.82 66.84 -
YUV 209.45 125.49 131.24 -
System Red Green Blue C M Y K H S L
Decimal 214 208 205 0 0.03 0.04 0.16 20 0.1 0.82
Hex D6 D0 CD 0 3 4 10 14 A 52
Octal 326 320 315 0 3 4 20 24 12 122
Binary 11010110 11010000 11001101 0 11 100 10000 10100 1010 1010010

Color Harmonies of #D6D0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D0CD

Black with #D6D0CD

Text Example


Text Example

White with #D6D0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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