#DFC8BB

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

Shades of Dust Storm #DFC8BB

Tints of Dust Storm #DFC8BB

Color information

#DFC8BB (or 0xDFC8BB) is unknown color: approx Dust Storm. HEX triplet: DF, C8 and BB. RGB value is (223,200,187). Sum of RGB (Red+Green+Blue) = 223+200+187=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 200 (78.52% from 255 or 32.79% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC8BB is #203744. Grayscale: #CDCDCD. Windows color (decimal): -2111301 or 12306655. OLE color: 12306655.

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

Color convert

RGB223200187-
CMYK00.100.160.13
HSL21.67º36%80.39%-
HSV(B)21.67º16.14%87.45%-
XYZ60.0660.5855.54-
YUV205.4117.62140.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.56%
GREEN value IS 200 (78.52% from 255) = 32.79%
BLUE value IS 187 (73.44% from 255) = 30.66%
R=36.56%
G=32.79%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320018700.100.160.1321.673680.39
HexDFC8BB0A10D162450
Octal33731027301220152644120
Binary11011111110010001011101101010100001101101101001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC8BB; }

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

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

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

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

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

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

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

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