Html Css Color HEX #DCD1CC Swiss Coffee

📋 copy color: '#DCD1CC'

red 220 ◦ green 209 ◦ blue 204

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

Shades of Swiss Coffee #DCD1CC

Tints of Swiss Coffee #DCD1CC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.02%

 BLUE value IS 204 (80.08% from 255) = 32.23%

R = 34.76%
G = 33.02%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DCD1CC (or 0xDCD1CC) is known color: Swiss Coffee. HEX triplet: DC, D1 and CC. RGB value is (220,209,204). Sum of RGB (Red+Green+Blue) = 220+209+204=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD1CC is #232E33. Grayscale: #D3D3D3. Windows color (decimal): -2305588 or 13423068. OLE color: 13423068.

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

Color convert

RGB 220 209 204 -
CMYK 0 0.05 0.07 0.14
HSL 18.75º 0.19% 0.83% -
HSV(B) 18.75º 0.07% 0.86% -
XYZ 63.21 65.18 66.38 -
YUV 211.72 123.64 133.91 -
System Red Green Blue C M Y K H S L
Decimal 220 209 204 0 0.05 0.07 0.14 18.75 0.19 0.83
Hex DC D1 CC 0 5 7 E 13 13 53
Octal 334 321 314 0 5 7 16 23 23 123
Binary 11011100 11010001 11001100 0 101 111 1110 10011 10011 1010011

Color Harmonies of #DCD1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD1CC

Black with #DCD1CC

Text Example


Text Example

White with #DCD1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD1CC; }

 p { color: rgb(220,209,204); }

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

background-color css

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

 a { background-color: rgb(220,209,204); }

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

border-color css

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

 span { border-color: rgb(220,209,204); }

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