Html Css Color HEX #DFD0CA Swiss Coffee

📋 copy color: '#DFD0CA'

red 223 ◦ green 208 ◦ blue 202

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

Shades of Swiss Coffee #DFD0CA

Tints of Swiss Coffee #DFD0CA

RGB

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

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

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

R = 35.23%
G = 32.86%
B = 31.91%

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

#DFD0CA (or 0xDFD0CA) is known color: Swiss Coffee. HEX triplet: DF, D0 and CA. RGB value is (223,208,202). Sum of RGB (Red+Green+Blue) = 223+208+202=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 208 (81.64% from 255 or 32.86% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD0CA is #202F35. Grayscale: #D3D3D3. Windows color (decimal): -2109238 or 13291743. OLE color: 13291743.

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

Color convert

RGB 223 208 202 -
CMYK 0 0.07 0.09 0.13
HSL 17.14º 0.25% 0.83% -
HSV(B) 17.14º 0.09% 0.87% -
XYZ 63.65 65.06 65.08 -
YUV 211.8 122.47 135.99 -
System Red Green Blue C M Y K H S L
Decimal 223 208 202 0 0.07 0.09 0.13 17.14 0.25 0.83
Hex DF D0 CA 0 7 9 D 11 19 53
Octal 337 320 312 0 7 11 15 21 31 123
Binary 11011111 11010000 11001010 0 111 1001 1101 10001 11001 1010011

Color Harmonies of #DFD0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD0CA

Black with #DFD0CA

Text Example


Text Example

White with #DFD0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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