#DCC9C4

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

Shades of Dust Storm #DCC9C4

Tints of Dust Storm #DCC9C4

Color information

#DCC9C4 (or 0xDCC9C4) is unknown color: approx Dust Storm. HEX triplet: DC, C9 and C4. RGB value is (220,201,196). Sum of RGB (Red+Green+Blue) = 220+201+196=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 196 (76.95% from 255 or 31.77% from 617); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9C4 is #23363B. Grayscale: #CECECE. Windows color (decimal): -2307644 or 12896732. OLE color: 12896732.

HSL color Cylindrical-coordinate representation of color #DCC9C4: hue angle of 12.5º 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 #DCC9C4 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB220201196-
CMYK00.090.110.14
HSL12.5º25.53%81.57%-
HSV(B)12.5º10.91%86.27%-
XYZ60.3760.9760.81-
YUV206.11122.29137.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.66%
GREEN value IS 201 (78.91% from 255) = 32.58%
BLUE value IS 196 (76.95% from 255) = 31.77%
R=35.66%
G=32.58%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020119600.090.110.1412.525.5381.57
HexDCC9C409BEd1a52
Octal33431130401113161532122
Binary11011100110010011100010001001101111101101110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC9C4; }

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

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

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

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

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

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

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

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