Html Css Color HEX #DCD2CB Swiss Coffee

📋 copy color: '#DCD2CB'

red 220 ◦ green 210 ◦ blue 203

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

Shades of Swiss Coffee #DCD2CB

Tints of Swiss Coffee #DCD2CB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.18%

 BLUE value IS 203 (79.69% from 255) = 32.07%

R = 34.76%
G = 33.18%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DCD2CB (or 0xDCD2CB) is known color: Swiss Coffee. HEX triplet: DC, D2 and CB. RGB value is (220,210,203). Sum of RGB (Red+Green+Blue) = 220+210+203=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 210 (82.42% from 255 or 33.18% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD2CB is #232D34. Grayscale: #D4D4D4. Windows color (decimal): -2305333 or 13357788. OLE color: 13357788.

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

Color convert

RGB 220 210 203 -
CMYK 0 0.05 0.08 0.14
HSL 24.71º 0.2% 0.83% -
HSV(B) 24.71º 0.08% 0.86% -
XYZ 63.34 65.62 65.83 -
YUV 212.19 122.81 133.57 -
System Red Green Blue C M Y K H S L
Decimal 220 210 203 0 0.05 0.08 0.14 24.71 0.2 0.83
Hex DC D2 CB 0 5 8 E 19 14 53
Octal 334 322 313 0 5 10 16 31 24 123
Binary 11011100 11010010 11001011 0 101 1000 1110 11001 10100 1010011

Color Harmonies of #DCD2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD2CB

Black with #DCD2CB

Text Example


Text Example

White with #DCD2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD2CB; }

 p { color: rgb(220,210,203); }

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

background-color css

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

 a { background-color: rgb(220,210,203); }

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

border-color css

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

 span { border-color: rgb(220,210,203); }

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