#D9C4BC

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

Shades of Dust Storm #D9C4BC

Tints of Dust Storm #D9C4BC

Color information

#D9C4BC (or 0xD9C4BC) is unknown color: approx Dust Storm. HEX triplet: D9, C4 and BC. RGB value is (217,196,188). Sum of RGB (Red+Green+Blue) = 217+196+188=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 196 (76.95% from 255 or 32.61% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C4BC is #263B43. Grayscale: #C9C9C9. Windows color (decimal): -2505540 or 12371161. OLE color: 12371161.

HSL color Cylindrical-coordinate representation of color #D9C4BC: hue angle of 16.55º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9C4BC is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB217196188-
CMYK00.100.130.15
HSL16.55º27.62%79.41%-
HSV(B)16.55º13.36%85.1%-
XYZ57.4357.8655.72-
YUV201.37120.46139.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.11%
GREEN value IS 196 (76.95% from 255) = 32.61%
BLUE value IS 188 (73.83% from 255) = 31.28%
R=36.11%
G=32.61%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719618800.100.130.1516.5527.6279.41
HexD9C4BC0ADF111c4f
Octal33130427401215172134117
Binary110110011100010010111100010101101111110001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C4BC; }

 p { color: rgb(217,196,188); }

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

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

 a { background-color: rgb(217,196,188); }

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

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

 span { border-color: rgb(217,196,188); }

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