Html Css Color HEX #DFC7BC Dust Storm

📋 copy color: '#DFC7BC'

red 223 ◦ green 199 ◦ blue 188

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

Shades of Dust Storm #DFC7BC

Tints of Dust Storm #DFC7BC

RGB

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

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

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

R = 36.56%
G = 32.62%
B = 30.82%

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

#DFC7BC (or 0xDFC7BC) is known color: Dust Storm. HEX triplet: DF, C7 and BC. RGB value is (223,199,188). Sum of RGB (Red+Green+Blue) = 223+199+188=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 199 (78.12% from 255 or 32.62% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC7BC is #203843. Grayscale: #CCCCCC. Windows color (decimal): -2111556 or 12371935. OLE color: 12371935.

HSL color Cylindrical-coordinate representation of color #DFC7BC: hue angle of 18.86º 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 #DFC7BC is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 199 188 -
CMYK 0 0.11 0.16 0.13
HSL 18.86º 0.35% 0.81% -
HSV(B) 18.86º 0.16% 0.87% -
XYZ 59.93 60.17 56.03 -
YUV 204.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 223 199 188 0 0.11 0.16 0.13 18.86 0.35 0.81
Hex DF C7 BC 0 B 10 D 13 23 51
Octal 337 307 274 0 13 20 15 23 43 121
Binary 11011111 11000111 10111100 0 1011 10000 1101 10011 100011 1010001

Color Harmonies of #DFC7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC7BC

Black with #DFC7BC

Text Example


Text Example

White with #DFC7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC7BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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