Html Css Color HEX #DCCDC4 Swiss Coffee

📋 copy color: '#DCCDC4'

red 220 ◦ green 205 ◦ blue 196

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

Shades of Swiss Coffee #DCCDC4

Tints of Swiss Coffee #DCCDC4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.01%

 BLUE value IS 196 (76.95% from 255) = 31.56%

R = 35.43%
G = 33.01%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DCCDC4 (or 0xDCCDC4) is known color: Swiss Coffee. HEX triplet: DC, CD and C4. RGB value is (220,205,196). Sum of RGB (Red+Green+Blue) = 220+205+196=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 196 (76.95% from 255 or 31.56% from 621); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDC4 is #23323B. Grayscale: #D0D0D0. Windows color (decimal): -2306620 or 12897756. OLE color: 12897756.

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

Color convert

RGB 220 205 196 -
CMYK 0 0.07 0.11 0.14
HSL 22.5º 0.26% 0.82% -
HSV(B) 22.5º 0.11% 0.86% -
XYZ 61.31 62.86 61.13 -
YUV 208.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 220 205 196 0 0.07 0.11 0.14 22.5 0.26 0.82
Hex DC CD C4 0 7 B E 16 1A 52
Octal 334 315 304 0 7 13 16 26 32 122
Binary 11011100 11001101 11000100 0 111 1011 1110 10110 11010 1010010

Color Harmonies of #DCCDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCDC4

Black with #DCCDC4

Text Example


Text Example

White with #DCCDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCDC4; }

 p { color: rgb(220,205,196); }

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

background-color css

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

 a { background-color: rgb(220,205,196); }

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

border-color css

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

 span { border-color: rgb(220,205,196); }

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