Html Css Color HEX #DFD2CD Swiss Coffee

📋 copy color: '#DFD2CD'

red 223 ◦ green 210 ◦ blue 205

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

Shades of Swiss Coffee #DFD2CD

Tints of Swiss Coffee #DFD2CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.13%

R = 34.95%
G = 32.92%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DFD2CD (or 0xDFD2CD) is known color: Swiss Coffee. HEX triplet: DF, D2 and CD. RGB value is (223,210,205). Sum of RGB (Red+Green+Blue) = 223+210+205=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 210 (82.42% from 255 or 32.92% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD2CD is #202D32. Grayscale: #D5D5D5. Windows color (decimal): -2108723 or 13488863. OLE color: 13488863.

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

Color convert

RGB 223 210 205 -
CMYK 0 0.06 0.08 0.13
HSL 16.67º 0.22% 0.84% -
HSV(B) 16.67º 0.08% 0.87% -
XYZ 64.5 66.19 67.13 -
YUV 213.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 223 210 205 0 0.06 0.08 0.13 16.67 0.22 0.84
Hex DF D2 CD 0 6 8 D 11 16 54
Octal 337 322 315 0 6 10 15 21 26 124
Binary 11011111 11010010 11001101 0 110 1000 1101 10001 10110 1010100

Color Harmonies of #DFD2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD2CD

Black with #DFD2CD

Text Example


Text Example

White with #DFD2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD2CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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