Html Css Color HEX #D9CAC2 Swiss Coffee

📋 copy color: '#D9CAC2'

red 217 ◦ green 202 ◦ blue 194

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

Shades of Swiss Coffee #D9CAC2

Tints of Swiss Coffee #D9CAC2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.95%

 BLUE value IS 194 (76.17% from 255) = 31.65%

R = 35.4%
G = 32.95%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D9CAC2 (or 0xD9CAC2) is known color: Swiss Coffee. HEX triplet: D9, CA and C2. RGB value is (217,202,194). Sum of RGB (Red+Green+Blue) = 217+202+194=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 194 (76.17% from 255 or 31.65% from 613); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CAC2 is #26353D. Grayscale: #CDCDCD. Windows color (decimal): -2503998 or 12765913. OLE color: 12765913.

HSL color Cylindrical-coordinate representation of color #D9CAC2: hue angle of 20.87º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9CAC2 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 202 194 -
CMYK 0 0.07 0.11 0.15
HSL 20.87º 0.23% 0.81% -
HSV(B) 20.87º 0.11% 0.85% -
XYZ 59.47 60.89 59.66 -
YUV 205.57 121.47 136.15 -
System Red Green Blue C M Y K H S L
Decimal 217 202 194 0 0.07 0.11 0.15 20.87 0.23 0.81
Hex D9 CA C2 0 7 B F 15 17 51
Octal 331 312 302 0 7 13 17 25 27 121
Binary 11011001 11001010 11000010 0 111 1011 1111 10101 10111 1010001

Color Harmonies of #D9CAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CAC2

Black with #D9CAC2

Text Example


Text Example

White with #D9CAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CAC2; }

 p { color: rgb(217,202,194); }

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

background-color css

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

 a { background-color: rgb(217,202,194); }

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

border-color css

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

 span { border-color: rgb(217,202,194); }

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