#DFC8BE

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

Shades of Dust Storm #DFC8BE

Tints of Dust Storm #DFC8BE

Color information

#DFC8BE (or 0xDFC8BE) is unknown color: approx Dust Storm. HEX triplet: DF, C8 and BE. RGB value is (223,200,190). Sum of RGB (Red+Green+Blue) = 223+200+190=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 200 (78.52% from 255 or 32.63% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC8BE is #203741. Grayscale: #CDCDCD. Windows color (decimal): -2111298 or 12503263. OLE color: 12503263.

HSL color Cylindrical-coordinate representation of color #DFC8BE: hue angle of 18.18º 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 #DFC8BE is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB223200190-
CMYK00.100.150.13
HSL18.18º34.02%80.98%-
HSV(B)18.18º14.8%87.45%-
XYZ60.3860.7157.25-
YUV205.74119.12140.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.38%
GREEN value IS 200 (78.52% from 255) = 32.63%
BLUE value IS 190 (74.61% from 255) = 31.00%
R=36.38%
G=32.63%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320019000.100.150.1318.1834.0280.98
HexDFC8BE0AFD122251
Octal33731027601217152242121
Binary1101111111001000101111100101011111101100101000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC8BE; }

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

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

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

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

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

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

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

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