Html Css Color HEX #DCD0C8 Swiss Coffee

📋 copy color: '#DCD0C8'

red 220 ◦ green 208 ◦ blue 200

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

Shades of Swiss Coffee #DCD0C8

Tints of Swiss Coffee #DCD0C8

RGB

 RED value IS 220 (86.33% from 255) = 35.03%

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

 BLUE value IS 200 (78.52% from 255) = 31.85%

R = 35.03%
G = 33.12%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DCD0C8 (or 0xDCD0C8) is known color: Swiss Coffee. HEX triplet: DC, D0 and C8. RGB value is (220,208,200). Sum of RGB (Red+Green+Blue) = 220+208+200=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD0C8 is #232F37. Grayscale: #D2D2D2. Windows color (decimal): -2305848 or 13160668. OLE color: 13160668.

HSL color Cylindrical-coordinate representation of color #DCD0C8: hue angle of 24º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCD0C8 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 208 200 -
CMYK 0 0.05 0.09 0.14
HSL 24º 0.22% 0.82% -
HSV(B) 24º 0.09% 0.86% -
XYZ 62.5 64.5 63.8 -
YUV 210.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 220 208 200 0 0.05 0.09 0.14 24 0.22 0.82
Hex DC D0 C8 0 5 9 E 18 16 52
Octal 334 320 310 0 5 11 16 30 26 122
Binary 11011100 11010000 11001000 0 101 1001 1110 11000 10110 1010010

Color Harmonies of #DCD0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD0C8

Black with #DCD0C8

Text Example


Text Example

White with #DCD0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD0C8; }

 p { color: rgb(220,208,200); }

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

background-color css

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

 a { background-color: rgb(220,208,200); }

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

border-color css

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

 span { border-color: rgb(220,208,200); }

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