Html Css Color HEX #D5CAC4 Swiss Coffee

📋 copy color: '#D5CAC4'

red 213 ◦ green 202 ◦ blue 196

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

Shades of Swiss Coffee #D5CAC4

Tints of Swiss Coffee #D5CAC4

RGB

 RED value IS 213 (83.59% from 255) = 34.86%

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

 BLUE value IS 196 (76.95% from 255) = 32.08%

R = 34.86%
G = 33.06%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D5CAC4 (or 0xD5CAC4) is known color: Swiss Coffee. HEX triplet: D5, CA and C4. RGB value is (213,202,196). Sum of RGB (Red+Green+Blue) = 213+202+196=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 202 (79.30% from 255 or 33.06% from 611); Blue value is 196 (76.95% from 255 or 32.08% from 611); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CAC4 is #2A353B. Grayscale: #CCCCCC. Windows color (decimal): -2766140 or 12896981. OLE color: 12896981.

HSL color Cylindrical-coordinate representation of color #D5CAC4: hue angle of 21.18º degrees, saturation: 0.17, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D5CAC4 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 202 196 -
CMYK 0 0.05 0.08 0.16
HSL 21.18º 0.17% 0.8% -
HSV(B) 21.18º 0.08% 0.84% -
XYZ 58.52 60.37 60.79 -
YUV 204.61 123.14 133.99 -
System Red Green Blue C M Y K H S L
Decimal 213 202 196 0 0.05 0.08 0.16 21.18 0.17 0.8
Hex D5 CA C4 0 5 8 10 15 11 50
Octal 325 312 304 0 5 10 20 25 21 120
Binary 11010101 11001010 11000100 0 101 1000 10000 10101 10001 1010000

Color Harmonies of #D5CAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CAC4

Black with #D5CAC4

Text Example


Text Example

White with #D5CAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CAC4; }

 p { color: rgb(213,202,196); }

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

background-color css

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

 a { background-color: rgb(213,202,196); }

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

border-color css

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

 span { border-color: rgb(213,202,196); }

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