#DFC9BE

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

Shades of Dust Storm #DFC9BE

Tints of Dust Storm #DFC9BE

Color information

#DFC9BE (or 0xDFC9BE) is unknown color: approx Dust Storm. HEX triplet: DF, C9 and BE. RGB value is (223,201,190). Sum of RGB (Red+Green+Blue) = 223+201+190=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC9BE is #203641. Grayscale: #CECECE. Windows color (decimal): -2111042 or 12503519. OLE color: 12503519.

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

Color convert

RGB223201190-
CMYK00.100.150.13
HSL20º34.02%80.98%-
HSV(B)20º14.8%87.45%-
XYZ60.6161.1857.33-
YUV206.32118.79139.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.32%
GREEN value IS 201 (78.91% from 255) = 32.74%
BLUE value IS 190 (74.61% from 255) = 30.94%
R=36.32%
G=32.74%
B=30.94%

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
Decimal22320119000.100.150.132034.0280.98
HexDFC9BE0AFD142251
Octal33731127601217152442121
Binary1101111111001001101111100101011111101101001000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC9BE; }

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

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

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

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

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

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

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

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