#D7C7C0

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

Shades of Dust Storm #D7C7C0

Tints of Dust Storm #D7C7C0

Color information

#D7C7C0 (or 0xD7C7C0) is unknown color: approx Dust Storm. HEX triplet: D7, C7 and C0. RGB value is (215,199,192). Sum of RGB (Red+Green+Blue) = 215+199+192=606 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.48% from 606); Green value is 199 (78.12% from 255 or 32.84% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C7C0 is #28383F. Grayscale: #CBCBCB. Windows color (decimal): -2635840 or 12634071. OLE color: 12634071.

HSL color Cylindrical-coordinate representation of color #D7C7C0: hue angle of 18.26º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7C7C0 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB215199192-
CMYK00.070.110.16
HSL18.26º22.33%79.8%-
HSV(B)18.26º10.7%84.31%-
XYZ57.9659.158.22-
YUV202.99121.8136.57-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.48%
GREEN value IS 199 (78.12% from 255) = 32.84%
BLUE value IS 192 (75.39% from 255) = 31.68%
R=35.48%
G=32.84%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519919200.070.110.1618.2622.3379.8
HexD7C7C007B10121650
Octal3273073000713202226120
Binary110101111100011111000000011110111000010010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C7C0; }

 p { color: rgb(215,199,192); }

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

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

 a { background-color: rgb(215,199,192); }

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

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

 span { border-color: rgb(215,199,192); }

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