#DCCAC4

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

Shades of Dust Storm #DCCAC4

Tints of Dust Storm #DCCAC4

Color information

#DCCAC4 (or 0xDCCAC4) is unknown color: approx Dust Storm. HEX triplet: DC, CA and C4. RGB value is (220,202,196). Sum of RGB (Red+Green+Blue) = 220+202+196=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAC4 is #23353B. Grayscale: #CECECE. Windows color (decimal): -2307388 or 12896988. OLE color: 12896988.

HSL color Cylindrical-coordinate representation of color #DCCAC4: hue angle of 15º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCCAC4 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB220202196-
CMYK00.080.110.14
HSL15º25.53%81.57%-
HSV(B)15º10.91%86.27%-
XYZ60.661.4460.89-
YUV206.7121.96137.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.60%
GREEN value IS 202 (79.30% from 255) = 32.69%
BLUE value IS 196 (76.95% from 255) = 31.72%
R=35.60%
G=32.69%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020219600.080.110.141525.5381.57
HexDCCAC408BEf1a52
Octal33431230401013161732122
Binary11011100110010101100010001000101111101111110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCAC4; }

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

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

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

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

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

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

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

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