Html Css Color HEX #DFD1CA Swiss Coffee

📋 copy color: '#DFD1CA'

red 223 ◦ green 209 ◦ blue 202

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

Shades of Swiss Coffee #DFD1CA

Tints of Swiss Coffee #DFD1CA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.97%

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

R = 35.17%
G = 32.97%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DFD1CA (or 0xDFD1CA) is known color: Swiss Coffee. HEX triplet: DF, D1 and CA. RGB value is (223,209,202). Sum of RGB (Red+Green+Blue) = 223+209+202=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD1CA is #202E35. Grayscale: #D4D4D4. Windows color (decimal): -2108982 or 13291999. OLE color: 13291999.

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

Color convert

RGB 223 209 202 -
CMYK 0 0.06 0.09 0.13
HSL 20º 0.25% 0.83% -
HSV(B) 20º 0.09% 0.87% -
XYZ 63.89 65.55 65.16 -
YUV 212.39 122.14 135.57 -
System Red Green Blue C M Y K H S L
Decimal 223 209 202 0 0.06 0.09 0.13 20 0.25 0.83
Hex DF D1 CA 0 6 9 D 14 19 53
Octal 337 321 312 0 6 11 15 24 31 123
Binary 11011111 11010001 11001010 0 110 1001 1101 10100 11001 1010011

Color Harmonies of #DFD1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD1CA

Black with #DFD1CA

Text Example


Text Example

White with #DFD1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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