#DBC9C1

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

Shades of Dust Storm #DBC9C1

Tints of Dust Storm #DBC9C1

Color information

#DBC9C1 (or 0xDBC9C1) is unknown color: approx Dust Storm. HEX triplet: DB, C9 and C1. RGB value is (219,201,193). Sum of RGB (Red+Green+Blue) = 219+201+193=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 193 (75.78% from 255 or 31.48% from 613); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC9C1 is #24363E. Grayscale: #CDCDCD. Windows color (decimal): -2373183 or 12700123. OLE color: 12700123.

HSL color Cylindrical-coordinate representation of color #DBC9C1: hue angle of 18.46º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBC9C1 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB219201193-
CMYK00.080.120.14
HSL18.46º26.53%80.78%-
HSV(B)18.46º11.87%85.88%-
XYZ59.7360.6859.02-
YUV205.47120.96137.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.73%
GREEN value IS 201 (78.91% from 255) = 32.79%
BLUE value IS 193 (75.78% from 255) = 31.48%
R=35.73%
G=32.79%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920119300.080.120.1418.4626.5380.78
HexDBC9C108CE121b51
Octal33331130101014162233121
Binary110110111100100111000001010001100111010010110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC9C1; }

 p { color: rgb(219,201,193); }

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

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

 a { background-color: rgb(219,201,193); }

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

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

 span { border-color: rgb(219,201,193); }

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