Html Css Color HEX #DCCFC9 Swiss Coffee

📋 copy color: '#DCCFC9'

red 220 ◦ green 207 ◦ blue 201

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

Shades of Swiss Coffee #DCCFC9

Tints of Swiss Coffee #DCCFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 32.01%

R = 35.03%
G = 32.96%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DCCFC9 (or 0xDCCFC9) is known color: Swiss Coffee. HEX triplet: DC, CF and C9. RGB value is (220,207,201). Sum of RGB (Red+Green+Blue) = 220+207+201=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFC9 is #233036. Grayscale: #D2D2D2. Windows color (decimal): -2306103 or 13225948. OLE color: 13225948.

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

Color convert

RGB 220 207 201 -
CMYK 0 0.06 0.09 0.14
HSL 18.95º 0.21% 0.83% -
HSV(B) 18.95º 0.09% 0.86% -
XYZ 62.37 64.06 64.34 -
YUV 210.2 122.81 134.99 -
System Red Green Blue C M Y K H S L
Decimal 220 207 201 0 0.06 0.09 0.14 18.95 0.21 0.83
Hex DC CF C9 0 6 9 E 13 15 53
Octal 334 317 311 0 6 11 16 23 25 123
Binary 11011100 11001111 11001001 0 110 1001 1110 10011 10101 1010011

Color Harmonies of #DCCFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCFC9

Black with #DCCFC9

Text Example


Text Example

White with #DCCFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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