#DFC2BB

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

Shades of Dust Storm #DFC2BB

Tints of Dust Storm #DFC2BB

Color information

#DFC2BB (or 0xDFC2BB) is unknown color: approx Dust Storm. HEX triplet: DF, C2 and BB. RGB value is (223,194,187). Sum of RGB (Red+Green+Blue) = 223+194+187=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 194 (76.17% from 255 or 32.12% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2BB is #203D44. Grayscale: #C9C9C9. Windows color (decimal): -2112837 or 12305119. OLE color: 12305119.

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

Color convert

RGB223194187-
CMYK00.130.160.13
HSL11.67º36%80.39%-
HSV(B)11.67º16.14%87.45%-
XYZ58.6957.8655.09-
YUV201.87119.61143.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.92%
GREEN value IS 194 (76.17% from 255) = 32.12%
BLUE value IS 187 (73.44% from 255) = 30.96%
R=36.92%
G=32.12%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319418700.130.160.1311.673680.39
HexDFC2BB0D10Dc2450
Octal33730227301520151444120
Binary1101111111000010101110110110110000110111001001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC2BB; }

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

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

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

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

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

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

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

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