Html Css Color HEX #D9CAC1 Swiss Coffee

📋 copy color: '#D9CAC1'

red 217 ◦ green 202 ◦ blue 193

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

Shades of Swiss Coffee #D9CAC1

Tints of Swiss Coffee #D9CAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.54%

R = 35.46%
G = 33.01%
B = 31.54%

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

#D9CAC1 (or 0xD9CAC1) is known color: Swiss Coffee. HEX triplet: D9, CA and C1. RGB value is (217,202,193). Sum of RGB (Red+Green+Blue) = 217+202+193=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 193 (75.78% from 255 or 31.54% from 612); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CAC1 is #26353E. Grayscale: #CDCDCD. Windows color (decimal): -2503999 or 12700377. OLE color: 12700377.

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

Color convert

RGB 217 202 193 -
CMYK 0 0.07 0.11 0.15
HSL 22.5º 0.24% 0.8% -
HSV(B) 22.5º 0.11% 0.85% -
XYZ 59.36 60.84 59.07 -
YUV 205.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 217 202 193 0 0.07 0.11 0.15 22.5 0.24 0.8
Hex D9 CA C1 0 7 B F 16 18 50
Octal 331 312 301 0 7 13 17 26 30 120
Binary 11011001 11001010 11000001 0 111 1011 1111 10110 11000 1010000

Color Harmonies of #D9CAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CAC1

Black with #D9CAC1

Text Example


Text Example

White with #D9CAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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