#DCCAC5

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

Shades of Dust Storm #DCCAC5

Tints of Dust Storm #DCCAC5

Color information

#DCCAC5 (or 0xDCCAC5) is unknown color: approx Dust Storm. HEX triplet: DC, CA and C5. RGB value is (220,202,197). Sum of RGB (Red+Green+Blue) = 220+202+197=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 197 (77.34% from 255 or 31.83% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAC5 is #23353A. Grayscale: #CECECE. Windows color (decimal): -2307387 or 12962524. OLE color: 12962524.

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

Color convert

RGB220202197-
CMYK00.080.100.14
HSL13.04º24.73%81.76%-
HSV(B)13.04º10.45%86.27%-
XYZ60.7161.4961.49-
YUV206.81122.46137.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 202 (79.30% from 255) = 32.63%
BLUE value IS 197 (77.34% from 255) = 31.83%
R=35.54%
G=32.63%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020219700.080.100.1413.0424.7381.76
HexDCCAC508AEd1952
Octal33431230501012161531122
Binary11011100110010101100010101000101011101101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCAC5; }

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

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

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

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

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

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

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

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