Html Css Color HEX #DACAC4 Swiss Coffee

📋 copy color: '#DACAC4'

red 218 ◦ green 202 ◦ blue 196

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

Shades of Swiss Coffee #DACAC4

Tints of Swiss Coffee #DACAC4

RGB

 RED value IS 218 (85.55% from 255) = 35.39%

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

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

R = 35.39%
G = 32.79%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#DACAC4 (or 0xDACAC4) is known color: Swiss Coffee. HEX triplet: DA, CA and C4. RGB value is (218,202,196). Sum of RGB (Red+Green+Blue) = 218+202+196=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 196 (76.95% from 255 or 31.82% from 616); Max value from RGB is 218 - color contains mainly: red. Hex color #DACAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACAC4 is #25353B. Grayscale: #CECECE. Windows color (decimal): -2438460 or 12896986. OLE color: 12896986.

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

Color convert

RGB 218 202 196 -
CMYK 0 0.07 0.10 0.15
HSL 16.36º 0.23% 0.81% -
HSV(B) 16.36º 0.1% 0.85% -
XYZ 60 61.13 60.86 -
YUV 206.1 122.3 136.49 -
System Red Green Blue C M Y K H S L
Decimal 218 202 196 0 0.07 0.10 0.15 16.36 0.23 0.81
Hex DA CA C4 0 7 A F 10 17 51
Octal 332 312 304 0 7 12 17 20 27 121
Binary 11011010 11001010 11000100 0 111 1010 1111 10000 10111 1010001

Color Harmonies of #DACAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACAC4

Black with #DACAC4

Text Example


Text Example

White with #DACAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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