Html Css Color HEX #DCCFCA Swiss Coffee

📋 copy color: '#DCCFCA'

red 220 ◦ green 207 ◦ blue 202

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

Shades of Swiss Coffee #DCCFCA

Tints of Swiss Coffee #DCCFCA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.91%

 BLUE value IS 202 (79.3% from 255) = 32.11%

R = 34.98%
G = 32.91%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DCCFCA (or 0xDCCFCA) is known color: Swiss Coffee. HEX triplet: DC, CF and CA. RGB value is (220,207,202). Sum of RGB (Red+Green+Blue) = 220+207+202=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFCA is #233035. Grayscale: #D2D2D2. Windows color (decimal): -2306102 or 13291484. OLE color: 13291484.

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

Color convert

RGB 220 207 202 -
CMYK 0 0.06 0.08 0.14
HSL 16.67º 0.2% 0.83% -
HSV(B) 16.67º 0.08% 0.86% -
XYZ 62.49 64.11 64.96 -
YUV 210.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 220 207 202 0 0.06 0.08 0.14 16.67 0.2 0.83
Hex DC CF CA 0 6 8 E 11 14 53
Octal 334 317 312 0 6 10 16 21 24 123
Binary 11011100 11001111 11001010 0 110 1000 1110 10001 10100 1010011

Color Harmonies of #DCCFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCFCA

Black with #DCCFCA

Text Example


Text Example

White with #DCCFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCFCA; }

 p { color: rgb(220,207,202); }

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

background-color css

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

 a { background-color: rgb(220,207,202); }

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

border-color css

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

 span { border-color: rgb(220,207,202); }

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