Html Css Color HEX #DFC9C4 Dust Storm

📋 copy color: '#DFC9C4'

red 223 ◦ green 201 ◦ blue 196

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

Shades of Dust Storm #DFC9C4

Tints of Dust Storm #DFC9C4

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.42%

 BLUE value IS 196 (76.95% from 255) = 31.61%

R = 35.97%
G = 32.42%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DFC9C4 (or 0xDFC9C4) is known color: Dust Storm. HEX triplet: DF, C9 and C4. RGB value is (223,201,196). Sum of RGB (Red+Green+Blue) = 223+201+196=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC9C4 is #20363B. Grayscale: #CFCFCF. Windows color (decimal): -2111036 or 12896735. OLE color: 12896735.

HSL color Cylindrical-coordinate representation of color #DFC9C4: hue angle of 11.11º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFC9C4 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 201 196 -
CMYK 0 0.10 0.12 0.13
HSL 11.11º 0.3% 0.82% -
HSV(B) 11.11º 0.12% 0.87% -
XYZ 61.28 61.45 60.86 -
YUV 207.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 223 201 196 0 0.10 0.12 0.13 11.11 0.3 0.82
Hex DF C9 C4 0 A C D B 1E 52
Octal 337 311 304 0 12 14 15 13 36 122
Binary 11011111 11001001 11000100 0 1010 1100 1101 1011 11110 1010010

Color Harmonies of #DFC9C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC9C4

Black with #DFC9C4

Text Example


Text Example

White with #DFC9C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC9C4; }

 p { color: rgb(223,201,196); }

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

background-color css

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

 a { background-color: rgb(223,201,196); }

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

border-color css

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

 span { border-color: rgb(223,201,196); }

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