#DFC5BB

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

Shades of Dust Storm #DFC5BB

Tints of Dust Storm #DFC5BB

Color information

#DFC5BB (or 0xDFC5BB) is unknown color: approx Dust Storm. HEX triplet: DF, C5 and BB. RGB value is (223,197,187). Sum of RGB (Red+Green+Blue) = 223+197+187=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 197 (77.34% from 255 or 32.45% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5BB is #203A44. Grayscale: #CBCBCB. Windows color (decimal): -2112069 or 12305887. OLE color: 12305887.

HSL color Cylindrical-coordinate representation of color #DFC5BB: hue angle of 16.67º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFC5BB is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB223197187-
CMYK00.120.160.13
HSL16.67º36%80.39%-
HSV(B)16.67º16.14%87.45%-
XYZ59.3759.2155.31-
YUV203.63118.61141.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.74%
GREEN value IS 197 (77.34% from 255) = 32.45%
BLUE value IS 187 (73.44% from 255) = 30.81%
R=36.74%
G=32.45%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319718700.120.160.1316.673680.39
HexDFC5BB0C10D112450
Octal33730527301420152144120
Binary11011111110001011011101101100100001101100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC5BB; }

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

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

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

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

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

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

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

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