Html Css Color HEX #DACAC2 Swiss Coffee

📋 copy color: '#DACAC2'

red 218 ◦ green 202 ◦ blue 194

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

Shades of Swiss Coffee #DACAC2

Tints of Swiss Coffee #DACAC2

RGB

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

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

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

R = 35.5%
G = 32.9%
B = 31.6%

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

#DACAC2 (or 0xDACAC2) is known color: Swiss Coffee. HEX triplet: DA, CA and C2. RGB value is (218,202,194). Sum of RGB (Red+Green+Blue) = 218+202+194=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 218 - color contains mainly: red. Hex color #DACAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACAC2 is #25353D. Grayscale: #CDCDCD. Windows color (decimal): -2438462 or 12765914. OLE color: 12765914.

HSL color Cylindrical-coordinate representation of color #DACAC2: hue angle of 20º degrees, saturation: 0.24, 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 #DACAC2 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 202 194 -
CMYK 0 0.07 0.11 0.15
HSL 20º 0.24% 0.81% -
HSV(B) 20º 0.11% 0.85% -
XYZ 59.77 61.04 59.67 -
YUV 205.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 218 202 194 0 0.07 0.11 0.15 20 0.24 0.81
Hex DA CA C2 0 7 B F 14 18 51
Octal 332 312 302 0 7 13 17 24 30 121
Binary 11011010 11001010 11000010 0 111 1011 1111 10100 11000 1010001

Color Harmonies of #DACAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACAC2

Black with #DACAC2

Text Example


Text Example

White with #DACAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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