Html Css Color HEX #D8C8BF Swiss Coffee

📋 copy color: '#D8C8BF'

red 216 ◦ green 200 ◦ blue 191

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

Shades of Swiss Coffee #D8C8BF

Tints of Swiss Coffee #D8C8BF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.95%

 BLUE value IS 191 (75% from 255) = 31.47%

R = 35.58%
G = 32.95%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D8C8BF (or 0xD8C8BF) is known color: Swiss Coffee. HEX triplet: D8, C8 and BF. RGB value is (216,200,191). Sum of RGB (Red+Green+Blue) = 216+200+191=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 200 (78.52% from 255 or 32.95% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C8BF is #273740. Grayscale: #CBCBCB. Windows color (decimal): -2570049 or 12568792. OLE color: 12568792.

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

Color convert

RGB 216 200 191 -
CMYK 0 0.07 0.12 0.15
HSL 21.6º 0.24% 0.8% -
HSV(B) 21.6º 0.12% 0.85% -
XYZ 58.38 59.67 57.73 -
YUV 203.76 120.8 136.73 -
System Red Green Blue C M Y K H S L
Decimal 216 200 191 0 0.07 0.12 0.15 21.6 0.24 0.8
Hex D8 C8 BF 0 7 C F 16 18 50
Octal 330 310 277 0 7 14 17 26 30 120
Binary 11011000 11001000 10111111 0 111 1100 1111 10110 11000 1010000

Color Harmonies of #D8C8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C8BF

Black with #D8C8BF

Text Example


Text Example

White with #D8C8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C8BF; }

 p { color: rgb(216,200,191); }

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

background-color css

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

 a { background-color: rgb(216,200,191); }

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

border-color css

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

 span { border-color: rgb(216,200,191); }

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