Html Css Color HEX #D6C6BF Dust Storm

📋 copy color: '#D6C6BF'

red 214 ◦ green 198 ◦ blue 191

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

Shades of Dust Storm #D6C6BF

Tints of Dust Storm #D6C6BF

RGB

 RED value IS 214 (83.98% from 255) = 35.49%

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

 BLUE value IS 191 (75% from 255) = 31.67%

R = 35.49%
G = 32.84%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D6C6BF (or 0xD6C6BF) is known color: Dust Storm. HEX triplet: D6, C6 and BF. RGB value is (214,198,191). Sum of RGB (Red+Green+Blue) = 214+198+191=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 198 (77.73% from 255 or 32.84% from 603); Blue value is 191 (75% from 255 or 31.67% from 603); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C6BF is #293940. Grayscale: #CACACA. Windows color (decimal): -2701633 or 12568278. OLE color: 12568278.

HSL color Cylindrical-coordinate representation of color #D6C6BF: hue angle of 18.26º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6C6BF is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 198 191 -
CMYK 0 0.07 0.11 0.16
HSL 18.26º 0.22% 0.79% -
HSV(B) 18.26º 0.11% 0.84% -
XYZ 57.33 58.45 57.55 -
YUV 201.99 121.8 136.57 -
System Red Green Blue C M Y K H S L
Decimal 214 198 191 0 0.07 0.11 0.16 18.26 0.22 0.79
Hex D6 C6 BF 0 7 B 10 12 16 4F
Octal 326 306 277 0 7 13 20 22 26 117
Binary 11010110 11000110 10111111 0 111 1011 10000 10010 10110 1001111

Color Harmonies of #D6C6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C6BF

Black with #D6C6BF

Text Example


Text Example

White with #D6C6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C6BF; }

 p { color: rgb(214,198,191); }

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

background-color css

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

 a { background-color: rgb(214,198,191); }

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

border-color css

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

 span { border-color: rgb(214,198,191); }

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