#DACAC6

Color #DACAC6 Dust Storm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dust Storm #DACAC6

Tints of Dust Storm #DACAC6

Color information

#DACAC6 (or 0xDACAC6) is unknown color: approx Dust Storm. HEX triplet: DA, CA and C6. RGB value is (218,202,198). Sum of RGB (Red+Green+Blue) = 218+202+198=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 218 - color contains mainly: red. Hex color #DACAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACAC6 is #253539. Grayscale: #CECECE. Windows color (decimal): -2438458 or 13028058. OLE color: 13028058.

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

Color convert

RGB218202198-
CMYK00.070.090.15
HSL12º21.28%81.57%-
HSV(B)12º9.17%85.49%-
XYZ60.2361.2262.07-
YUV206.33123.3136.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.28%
GREEN value IS 202 (79.30% from 255) = 32.69%
BLUE value IS 198 (77.73% from 255) = 32.04%
R=35.28%
G=32.69%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820219800.070.090.151221.2881.57
HexDACAC6079Fc1552
Octal3323123060711171425122
Binary1101101011001010110001100111100111111100101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACAC6; }

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

 H1.HeaderClassName
 {
   color: #DACAC6;
 }
 .AnyTagClassName
 {
   color: #DACAC6;
 }
</style>
background-color css

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

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

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

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

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

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