Html Css Color HEX #DFCCC5 Dust Storm

📋 copy color: '#DFCCC5'

red 223 ◦ green 204 ◦ blue 197

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

Shades of Dust Storm #DFCCC5

Tints of Dust Storm #DFCCC5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.69%

 BLUE value IS 197 (77.34% from 255) = 31.57%

R = 35.74%
G = 32.69%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DFCCC5 (or 0xDFCCC5) is known color: Dust Storm. HEX triplet: DF, CC and C5. RGB value is (223,204,197). Sum of RGB (Red+Green+Blue) = 223+204+197=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 197 (77.34% from 255 or 31.57% from 624); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCC5 is #20333A. Grayscale: #D0D0D0. Windows color (decimal): -2110267 or 12963039. OLE color: 12963039.

HSL color Cylindrical-coordinate representation of color #DFCCC5: hue angle of 16.15º degrees, saturation: 0.29, 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 #DFCCC5 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 204 197 -
CMYK 0 0.09 0.12 0.13
HSL 16.15º 0.29% 0.82% -
HSV(B) 16.15º 0.12% 0.87% -
XYZ 62.1 62.9 61.69 -
YUV 208.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 223 204 197 0 0.09 0.12 0.13 16.15 0.29 0.82
Hex DF CC C5 0 9 C D 10 1D 52
Octal 337 314 305 0 11 14 15 20 35 122
Binary 11011111 11001100 11000101 0 1001 1100 1101 10000 11101 1010010

Color Harmonies of #DFCCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCCC5

Black with #DFCCC5

Text Example


Text Example

White with #DFCCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCCC5; }

 p { color: rgb(223,204,197); }

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

background-color css

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

 a { background-color: rgb(223,204,197); }

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

border-color css

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

 span { border-color: rgb(223,204,197); }

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