Html Css Color HEX #DBC6BD Dust Storm

📋 copy color: '#DBC6BD'

red 219 ◦ green 198 ◦ blue 189

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

Shades of Dust Storm #DBC6BD

Tints of Dust Storm #DBC6BD

RGB

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

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

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

R = 36.14%
G = 32.67%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DBC6BD (or 0xDBC6BD) is known color: Dust Storm. HEX triplet: DB, C6 and BD. RGB value is (219,198,189). Sum of RGB (Red+Green+Blue) = 219+198+189=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 198 (77.73% from 255 or 32.67% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC6BD is #243942. Grayscale: #CBCBCB. Windows color (decimal): -2373955 or 12437211. OLE color: 12437211.

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

Color convert

RGB 219 198 189 -
CMYK 0 0.10 0.14 0.14
HSL 18º 0.29% 0.8% -
HSV(B) 18º 0.14% 0.86% -
XYZ 58.59 59.12 56.47 -
YUV 203.25 119.96 139.23 -
System Red Green Blue C M Y K H S L
Decimal 219 198 189 0 0.10 0.14 0.14 18 0.29 0.8
Hex DB C6 BD 0 A E E 12 1D 50
Octal 333 306 275 0 12 16 16 22 35 120
Binary 11011011 11000110 10111101 0 1010 1110 1110 10010 11101 1010000

Color Harmonies of #DBC6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC6BD

Black with #DBC6BD

Text Example


Text Example

White with #DBC6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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