Html Css Color HEX #DFC6BC Dust Storm

📋 copy color: '#DFC6BC'

red 223 ◦ green 198 ◦ blue 188

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

Shades of Dust Storm #DFC6BC

Tints of Dust Storm #DFC6BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.87%

R = 36.62%
G = 32.51%
B = 30.87%

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

#DFC6BC (or 0xDFC6BC) is known color: Dust Storm. HEX triplet: DF, C6 and BC. RGB value is (223,198,188). Sum of RGB (Red+Green+Blue) = 223+198+188=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 198 (77.73% from 255 or 32.51% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC6BC is #203943. Grayscale: #CCCCCC. Windows color (decimal): -2111812 or 12371679. OLE color: 12371679.

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

Color convert

RGB 223 198 188 -
CMYK 0 0.11 0.16 0.13
HSL 17.14º 0.35% 0.81% -
HSV(B) 17.14º 0.16% 0.87% -
XYZ 59.7 59.71 55.95 -
YUV 204.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 223 198 188 0 0.11 0.16 0.13 17.14 0.35 0.81
Hex DF C6 BC 0 B 10 D 11 23 51
Octal 337 306 274 0 13 20 15 21 43 121
Binary 11011111 11000110 10111100 0 1011 10000 1101 10001 100011 1010001

Color Harmonies of #DFC6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC6BC

Black with #DFC6BC

Text Example


Text Example

White with #DFC6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC6BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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