Html Css Color HEX #DCD0C9 Swiss Coffee

📋 copy color: '#DCD0C9'

red 220 ◦ green 208 ◦ blue 201

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

Shades of Swiss Coffee #DCD0C9

Tints of Swiss Coffee #DCD0C9

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.07%

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

R = 34.98%
G = 33.07%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DCD0C9 (or 0xDCD0C9) is known color: Swiss Coffee. HEX triplet: DC, D0 and C9. RGB value is (220,208,201). Sum of RGB (Red+Green+Blue) = 220+208+201=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 201 (78.91% from 255 or 31.96% from 629); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD0C9 is #232F36. Grayscale: #D2D2D2. Windows color (decimal): -2305847 or 13226204. OLE color: 13226204.

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

Color convert

RGB 220 208 201 -
CMYK 0 0.05 0.09 0.14
HSL 22.11º 0.21% 0.83% -
HSV(B) 22.11º 0.09% 0.86% -
XYZ 62.61 64.54 64.42 -
YUV 210.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 220 208 201 0 0.05 0.09 0.14 22.11 0.21 0.83
Hex DC D0 C9 0 5 9 E 16 15 53
Octal 334 320 311 0 5 11 16 26 25 123
Binary 11011100 11010000 11001001 0 101 1001 1110 10110 10101 1010011

Color Harmonies of #DCD0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD0C9

Black with #DCD0C9

Text Example


Text Example

White with #DCD0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD0C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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