#DFC7BE

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

Shades of Dust Storm #DFC7BE

Tints of Dust Storm #DFC7BE

Color information

#DFC7BE (or 0xDFC7BE) is unknown color: approx Dust Storm. HEX triplet: DF, C7 and BE. RGB value is (223,199,190). Sum of RGB (Red+Green+Blue) = 223+199+190=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC7BE is #203841. Grayscale: #CDCDCD. Windows color (decimal): -2111554 or 12503007. OLE color: 12503007.

HSL color Cylindrical-coordinate representation of color #DFC7BE: hue angle of 16.36º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFC7BE is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB223199190-
CMYK00.110.150.13
HSL16.36º34.02%80.98%-
HSV(B)16.36º14.8%87.45%-
XYZ60.1560.2557.17-
YUV205.15119.45140.73-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.44%
GREEN value IS 199 (78.12% from 255) = 32.52%
BLUE value IS 190 (74.61% from 255) = 31.05%
R=36.44%
G=32.52%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319919000.110.150.1316.3634.0280.98
HexDFC7BE0BFD102251
Octal33730727601317152042121
Binary1101111111000111101111100101111111101100001000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC7BE; }

 p { color: rgb(223,199,190); }

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

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

 a { background-color: rgb(223,199,190); }

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

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

 span { border-color: rgb(223,199,190); }

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