Html Css Color HEX #D4CAC4 Swiss Coffee

📋 copy color: '#D4CAC4'

red 212 ◦ green 202 ◦ blue 196

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

Shades of Swiss Coffee #D4CAC4

Tints of Swiss Coffee #D4CAC4

RGB

 RED value IS 212 (83.2% from 255) = 34.75%

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

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

R = 34.75%
G = 33.11%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D4CAC4 (or 0xD4CAC4) is known color: Swiss Coffee. HEX triplet: D4, CA and C4. RGB value is (212,202,196). Sum of RGB (Red+Green+Blue) = 212+202+196=610 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.75% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 196 (76.95% from 255 or 32.13% from 610); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CAC4 is #2B353B. Grayscale: #CCCCCC. Windows color (decimal): -2831676 or 12896980. OLE color: 12896980.

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

Color convert

RGB 212 202 196 -
CMYK 0 0.05 0.08 0.17
HSL 22.5º 0.16% 0.8% -
HSV(B) 22.5º 0.08% 0.83% -
XYZ 58.24 60.22 60.78 -
YUV 204.31 123.31 133.49 -
System Red Green Blue C M Y K H S L
Decimal 212 202 196 0 0.05 0.08 0.17 22.5 0.16 0.8
Hex D4 CA C4 0 5 8 11 16 10 50
Octal 324 312 304 0 5 10 21 26 20 120
Binary 11010100 11001010 11000100 0 101 1000 10001 10110 10000 1010000

Color Harmonies of #D4CAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CAC4

Black with #D4CAC4

Text Example


Text Example

White with #D4CAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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