Html Css Color HEX #DBC7BD Dust Storm

📋 copy color: '#DBC7BD'

red 219 ◦ green 199 ◦ blue 189

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

Shades of Dust Storm #DBC7BD

Tints of Dust Storm #DBC7BD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.78%

 BLUE value IS 189 (74.22% from 255) = 31.14%

R = 36.08%
G = 32.78%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DBC7BD (or 0xDBC7BD) is known color: Dust Storm. HEX triplet: DB, C7 and BD. RGB value is (219,199,189). Sum of RGB (Red+Green+Blue) = 219+199+189=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 199 (78.12% from 255 or 32.78% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC7BD is #243842. Grayscale: #CBCBCB. Windows color (decimal): -2373699 or 12437467. OLE color: 12437467.

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

Color convert

RGB 219 199 189 -
CMYK 0 0.09 0.14 0.14
HSL 20º 0.29% 0.8% -
HSV(B) 20º 0.14% 0.86% -
XYZ 58.82 59.58 56.54 -
YUV 203.84 119.63 138.81 -
System Red Green Blue C M Y K H S L
Decimal 219 199 189 0 0.09 0.14 0.14 20 0.29 0.8
Hex DB C7 BD 0 9 E E 14 1D 50
Octal 333 307 275 0 11 16 16 24 35 120
Binary 11011011 11000111 10111101 0 1001 1110 1110 10100 11101 1010000

Color Harmonies of #DBC7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC7BD

Black with #DBC7BD

Text Example


Text Example

White with #DBC7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC7BD; }

 p { color: rgb(219,199,189); }

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

background-color css

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

 a { background-color: rgb(219,199,189); }

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

border-color css

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

 span { border-color: rgb(219,199,189); }

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