Html Css Color HEX #DFC6BB Dust Storm

📋 copy color: '#DFC6BB'

red 223 ◦ green 198 ◦ blue 187

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

Shades of Dust Storm #DFC6BB

Tints of Dust Storm #DFC6BB

RGB

 RED value IS 223 (87.5% from 255) = 36.68%

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

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

R = 36.68%
G = 32.57%
B = 30.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DFC6BB (or 0xDFC6BB) is known color: Dust Storm. HEX triplet: DF, C6 and BB. RGB value is (223,198,187). Sum of RGB (Red+Green+Blue) = 223+198+187=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 198 (77.73% from 255 or 32.57% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC6BB is #203944. Grayscale: #CCCCCC. Windows color (decimal): -2111813 or 12306143. OLE color: 12306143.

HSL color Cylindrical-coordinate representation of color #DFC6BB: hue angle of 18.33º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFC6BB is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 198 187 -
CMYK 0 0.11 0.16 0.13
HSL 18.33º 0.36% 0.8% -
HSV(B) 18.33º 0.16% 0.87% -
XYZ 59.6 59.66 55.39 -
YUV 204.22 118.28 141.39 -
System Red Green Blue C M Y K H S L
Decimal 223 198 187 0 0.11 0.16 0.13 18.33 0.36 0.8
Hex DF C6 BB 0 B 10 D 12 24 50
Octal 337 306 273 0 13 20 15 22 44 120
Binary 11011111 11000110 10111011 0 1011 10000 1101 10010 100100 1010000

Color Harmonies of #DFC6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC6BB

Black with #DFC6BB

Text Example


Text Example

White with #DFC6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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