Html Css Color HEX #D9D0CB Swiss Coffee

📋 copy color: '#D9D0CB'

red 217 ◦ green 208 ◦ blue 203

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

Shades of Swiss Coffee #D9D0CB

Tints of Swiss Coffee #D9D0CB

RGB

 RED value IS 217 (85.16% from 255) = 34.55%

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

 BLUE value IS 203 (79.69% from 255) = 32.32%

R = 34.55%
G = 33.12%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D9D0CB (or 0xD9D0CB) is known color: Swiss Coffee. HEX triplet: D9, D0 and CB. RGB value is (217,208,203). Sum of RGB (Red+Green+Blue) = 217+208+203=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D0CB is #262F34. Grayscale: #D2D2D2. Windows color (decimal): -2502453 or 13357273. OLE color: 13357273.

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

Color convert

RGB 217 208 203 -
CMYK 0 0.04 0.06 0.15
HSL 21.43º 0.16% 0.82% -
HSV(B) 21.43º 0.06% 0.85% -
XYZ 61.95 64.18 65.62 -
YUV 210.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 217 208 203 0 0.04 0.06 0.15 21.43 0.16 0.82
Hex D9 D0 CB 0 4 6 F 15 10 52
Octal 331 320 313 0 4 6 17 25 20 122
Binary 11011001 11010000 11001011 0 100 110 1111 10101 10000 1010010

Color Harmonies of #D9D0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D0CB

Black with #D9D0CB

Text Example


Text Example

White with #D9D0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D0CB; }

 p { color: rgb(217,208,203); }

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

background-color css

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

 a { background-color: rgb(217,208,203); }

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

border-color css

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

 span { border-color: rgb(217,208,203); }

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