#DCCAC7

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

Shades of Dust Storm #DCCAC7

Tints of Dust Storm #DCCAC7

Color information

#DCCAC7 (or 0xDCCAC7) is unknown color: approx Dust Storm. HEX triplet: DC, CA and C7. RGB value is (220,202,199). Sum of RGB (Red+Green+Blue) = 220+202+199=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 199 (78.12% from 255 or 32.05% from 621); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAC7 is #233538. Grayscale: #CFCFCF. Windows color (decimal): -2307385 or 13093596. OLE color: 13093596.

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

Color convert

RGB220202199-
CMYK00.080.100.14
HSL8.57º23.08%82.16%-
HSV(B)8.57º9.55%86.27%-
XYZ60.9461.5862.71-
YUV207.04123.46137.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.43%
GREEN value IS 202 (79.30% from 255) = 32.53%
BLUE value IS 199 (78.12% from 255) = 32.05%
R=35.43%
G=32.53%
B=32.05%

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
Decimal22020219900.080.100.148.5723.0882.16
HexDCCAC708AE91752
Octal33431230701012161127122
Binary11011100110010101100011101000101011101001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCAC7; }

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

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

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

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

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

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

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

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