Html Css Color HEX #D8D0CB Swiss Coffee

📋 copy color: '#D8D0CB'

red 216 ◦ green 208 ◦ blue 203

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

Shades of Swiss Coffee #D8D0CB

Tints of Swiss Coffee #D8D0CB

RGB

 RED value IS 216 (84.77% from 255) = 34.45%

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

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

R = 34.45%
G = 33.17%
B = 32.38%

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

#D8D0CB (or 0xD8D0CB) is known color: Swiss Coffee. HEX triplet: D8, D0 and CB. RGB value is (216,208,203). Sum of RGB (Red+Green+Blue) = 216+208+203=627 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.45% from 627); Green value is 208 (81.64% from 255 or 33.17% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D0CB is #272F34. Grayscale: #D1D1D1. Windows color (decimal): -2567989 or 13357272. OLE color: 13357272.

HSL color Cylindrical-coordinate representation of color #D8D0CB: hue angle of 23.08º degrees, saturation: 0.14, 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 #D8D0CB is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 208 203 -
CMYK 0 0.04 0.06 0.15
HSL 23.08º 0.14% 0.82% -
HSV(B) 23.08º 0.06% 0.85% -
XYZ 61.65 64.02 65.61 -
YUV 209.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 216 208 203 0 0.04 0.06 0.15 23.08 0.14 0.82
Hex D8 D0 CB 0 4 6 F 17 E 52
Octal 330 320 313 0 4 6 17 27 16 122
Binary 11011000 11010000 11001011 0 100 110 1111 10111 1110 1010010

Color Harmonies of #D8D0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D0CB

Black with #D8D0CB

Text Example


Text Example

White with #D8D0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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