#DFC5BE

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

Shades of Dust Storm #DFC5BE

Tints of Dust Storm #DFC5BE

Color information

#DFC5BE (or 0xDFC5BE) is unknown color: approx Dust Storm. HEX triplet: DF, C5 and BE. RGB value is (223,197,190). Sum of RGB (Red+Green+Blue) = 223+197+190=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 197 (77.34% from 255 or 32.30% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5BE is #203A41. Grayscale: #CCCCCC. Windows color (decimal): -2112066 or 12502495. OLE color: 12502495.

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

Color convert

RGB223197190-
CMYK00.120.150.13
HSL12.73º34.02%80.98%-
HSV(B)12.73º14.8%87.45%-
XYZ59.6959.3457.02-
YUV203.98120.11141.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.56%
GREEN value IS 197 (77.34% from 255) = 32.30%
BLUE value IS 190 (74.61% from 255) = 31.15%
R=36.56%
G=32.30%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319719000.120.150.1312.7334.0280.98
HexDFC5BE0CFDd2251
Octal33730527601417151542121
Binary110111111100010110111110011001111110111011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC5BE; }

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

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

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

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

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

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

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

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