#DAC9C4

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

Shades of Dust Storm #DAC9C4

Tints of Dust Storm #DAC9C4

Color information

#DAC9C4 (or 0xDAC9C4) is unknown color: approx Dust Storm. HEX triplet: DA, C9 and C4. RGB value is (218,201,196). Sum of RGB (Red+Green+Blue) = 218+201+196=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 201 (78.91% from 255 or 32.68% from 615); Blue value is 196 (76.95% from 255 or 31.87% from 615); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC9C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9C4 is #25363B. Grayscale: #CDCDCD. Windows color (decimal): -2438716 or 12896730. OLE color: 12896730.

HSL color Cylindrical-coordinate representation of color #DAC9C4: hue angle of 13.64º 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 #DAC9C4 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB218201196-
CMYK00.080.100.15
HSL13.64º22.92%81.18%-
HSV(B)13.64º10.09%85.49%-
XYZ59.7660.6660.78-
YUV205.51122.63136.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.45%
GREEN value IS 201 (78.91% from 255) = 32.68%
BLUE value IS 196 (76.95% from 255) = 31.87%
R=35.45%
G=32.68%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820119600.080.100.1513.6422.9281.18
HexDAC9C408AFe1751
Octal33231130401012171627121
Binary11011010110010011100010001000101011111110101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC9C4; }

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

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

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

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

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

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

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

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