Html Css Color HEX #D9D2CD Swiss Coffee

📋 copy color: '#D9D2CD'

red 217 ◦ green 210 ◦ blue 205

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

Shades of Swiss Coffee #D9D2CD

Tints of Swiss Coffee #D9D2CD

RGB

 RED value IS 217 (85.16% from 255) = 34.34%

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

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

R = 34.34%
G = 33.23%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D9D2CD (or 0xD9D2CD) is known color: Swiss Coffee. HEX triplet: D9, D2 and CD. RGB value is (217,210,205). Sum of RGB (Red+Green+Blue) = 217+210+205=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 210 (82.42% from 255 or 33.23% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D2CD is #262D32. Grayscale: #D3D3D3. Windows color (decimal): -2501939 or 13488857. OLE color: 13488857.

HSL color Cylindrical-coordinate representation of color #D9D2CD: hue angle of 25º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9D2CD is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 210 205 -
CMYK 0 0.03 0.06 0.15
HSL 25º 0.14% 0.83% -
HSV(B) 25º 0.06% 0.85% -
XYZ 62.68 65.25 67.05 -
YUV 211.52 124.32 131.91 -
System Red Green Blue C M Y K H S L
Decimal 217 210 205 0 0.03 0.06 0.15 25 0.14 0.83
Hex D9 D2 CD 0 3 6 F 19 E 53
Octal 331 322 315 0 3 6 17 31 16 123
Binary 11011001 11010010 11001101 0 11 110 1111 11001 1110 1010011

Color Harmonies of #D9D2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D2CD

Black with #D9D2CD

Text Example


Text Example

White with #D9D2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D2CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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