Html Css Color HEX #DFD0CB Swiss Coffee

📋 copy color: '#DFD0CB'

red 223 ◦ green 208 ◦ blue 203

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

Shades of Swiss Coffee #DFD0CB

Tints of Swiss Coffee #DFD0CB

RGB

 RED value IS 223 (87.5% from 255) = 35.17%

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

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

R = 35.17%
G = 32.81%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DFD0CB (or 0xDFD0CB) is known color: Swiss Coffee. HEX triplet: DF, D0 and CB. RGB value is (223,208,203). Sum of RGB (Red+Green+Blue) = 223+208+203=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 208 (81.64% from 255 or 32.81% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD0CB is #202F34. Grayscale: #D3D3D3. Windows color (decimal): -2109237 or 13357279. OLE color: 13357279.

HSL color Cylindrical-coordinate representation of color #DFD0CB: hue angle of 15º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFD0CB is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 208 203 -
CMYK 0 0.07 0.09 0.13
HSL 15º 0.24% 0.84% -
HSV(B) 15º 0.09% 0.87% -
XYZ 63.77 65.11 65.71 -
YUV 211.92 122.97 135.91 -
System Red Green Blue C M Y K H S L
Decimal 223 208 203 0 0.07 0.09 0.13 15 0.24 0.84
Hex DF D0 CB 0 7 9 D F 18 54
Octal 337 320 313 0 7 11 15 17 30 124
Binary 11011111 11010000 11001011 0 111 1001 1101 1111 11000 1010100

Color Harmonies of #DFD0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD0CB

Black with #DFD0CB

Text Example


Text Example

White with #DFD0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD0CB; }

 p { color: rgb(223,208,203); }

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

background-color css

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

 a { background-color: rgb(223,208,203); }

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

border-color css

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

 span { border-color: rgb(223,208,203); }

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