Html Css Color HEX #DCCCC4 Swiss Coffee

📋 copy color: '#DCCCC4'

red 220 ◦ green 204 ◦ blue 196

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

Shades of Swiss Coffee #DCCCC4

Tints of Swiss Coffee #DCCCC4

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.9%

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

R = 35.48%
G = 32.9%
B = 31.61%

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

#DCCCC4 (or 0xDCCCC4) is known color: Swiss Coffee. HEX triplet: DC, CC and C4. RGB value is (220,204,196). Sum of RGB (Red+Green+Blue) = 220+204+196=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCC4 is #23333B. Grayscale: #CFCFCF. Windows color (decimal): -2306876 or 12897500. OLE color: 12897500.

HSL color Cylindrical-coordinate representation of color #DCCCC4: hue angle of 20º 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 #DCCCC4 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 204 196 -
CMYK 0 0.07 0.11 0.14
HSL 20º 0.26% 0.82% -
HSV(B) 20º 0.11% 0.86% -
XYZ 61.07 62.39 61.05 -
YUV 207.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 220 204 196 0 0.07 0.11 0.14 20 0.26 0.82
Hex DC CC C4 0 7 B E 14 1A 52
Octal 334 314 304 0 7 13 16 24 32 122
Binary 11011100 11001100 11000100 0 111 1011 1110 10100 11010 1010010

Color Harmonies of #DCCCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCCC4

Black with #DCCCC4

Text Example


Text Example

White with #DCCCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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