Html Css Color HEX #DFD2CA Swiss Coffee

📋 copy color: '#DFD2CA'

red 223 ◦ green 210 ◦ blue 202

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

Shades of Swiss Coffee #DFD2CA

Tints of Swiss Coffee #DFD2CA

RGB

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

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

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

R = 35.12%
G = 33.07%
B = 31.81%

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

#DFD2CA (or 0xDFD2CA) is known color: Swiss Coffee. HEX triplet: DF, D2 and CA. RGB value is (223,210,202). Sum of RGB (Red+Green+Blue) = 223+210+202=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD2CA is #202D35. Grayscale: #D5D5D5. Windows color (decimal): -2108726 or 13292255. OLE color: 13292255.

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

Color convert

RGB 223 210 202 -
CMYK 0 0.06 0.09 0.13
HSL 22.86º 0.25% 0.83% -
HSV(B) 22.86º 0.09% 0.87% -
XYZ 64.14 66.05 65.24 -
YUV 212.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 223 210 202 0 0.06 0.09 0.13 22.86 0.25 0.83
Hex DF D2 CA 0 6 9 D 17 19 53
Octal 337 322 312 0 6 11 15 27 31 123
Binary 11011111 11010010 11001010 0 110 1001 1101 10111 11001 1010011

Color Harmonies of #DFD2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD2CA

Black with #DFD2CA

Text Example


Text Example

White with #DFD2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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