Html Css Color HEX #DBC6BB Dust Storm

📋 copy color: '#DBC6BB'

red 219 ◦ green 198 ◦ blue 187

#DBC6BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dust Storm #DBC6BB

Tints of Dust Storm #DBC6BB

RGB

 RED value IS 219 (85.94% from 255) = 36.26%

 GREEN value IS 198 (77.73% from 255) = 32.78%

 BLUE value IS 187 (73.44% from 255) = 30.96%

R = 36.26%
G = 32.78%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DBC6BB (or 0xDBC6BB) is known color: Dust Storm. HEX triplet: DB, C6 and BB. RGB value is (219,198,187). Sum of RGB (Red+Green+Blue) = 219+198+187=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 198 (77.73% from 255 or 32.78% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC6BB is #243944. Grayscale: #CBCBCB. Windows color (decimal): -2373957 or 12306139. OLE color: 12306139.

HSL color Cylindrical-coordinate representation of color #DBC6BB: hue angle of 20.62º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBC6BB is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 198 187 -
CMYK 0 0.10 0.15 0.14
HSL 20.63º 0.31% 0.8% -
HSV(B) 20.63º 0.15% 0.86% -
XYZ 58.38 59.04 55.33 -
YUV 203.03 118.96 139.39 -
System Red Green Blue C M Y K H S L
Decimal 219 198 187 0 0.10 0.15 0.14 20.63 0.31 0.8
Hex DB C6 BB 0 A F E 15 1F 50
Octal 333 306 273 0 12 17 16 25 37 120
Binary 11011011 11000110 10111011 0 1010 1111 1110 10101 11111 1010000

Color Harmonies of #DBC6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC6BB

Black with #DBC6BB

Text Example


Text Example

White with #DBC6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC6BB; }

 p { color: rgb(219,198,187); }

 H1.HeaderClassName
 {
   color: #DBC6BB;
 }
 .AnyTagClassName
 {
   color: #DBC6BB;
 }
</style>

background-color css

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

 a { background-color: rgb(219,198,187); }

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

border-color css

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

 span { border-color: rgb(219,198,187); }

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