Html Css Color HEX #DFC5C0 Dust Storm

📋 copy color: '#DFC5C0'

red 223 ◦ green 197 ◦ blue 192

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

Shades of Dust Storm #DFC5C0

Tints of Dust Storm #DFC5C0

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.19%

 BLUE value IS 192 (75.39% from 255) = 31.37%

R = 36.44%
G = 32.19%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DFC5C0 (or 0xDFC5C0) is known color: Dust Storm. HEX triplet: DF, C5 and C0. RGB value is (223,197,192). Sum of RGB (Red+Green+Blue) = 223+197+192=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5C0 is #203A3F. Grayscale: #CCCCCC. Windows color (decimal): -2112064 or 12633567. OLE color: 12633567.

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

Color convert

RGB 223 197 192 -
CMYK 0 0.12 0.14 0.13
HSL 9.68º 0.33% 0.81% -
HSV(B) 9.68º 0.14% 0.87% -
XYZ 59.91 59.43 58.18 -
YUV 204.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 223 197 192 0 0.12 0.14 0.13 9.68 0.33 0.81
Hex DF C5 C0 0 C E D A 21 51
Octal 337 305 300 0 14 16 15 12 41 121
Binary 11011111 11000101 11000000 0 1100 1110 1101 1010 100001 1010001

Color Harmonies of #DFC5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC5C0

Black with #DFC5C0

Text Example


Text Example

White with #DFC5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC5C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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