Html Css Color HEX #DFC9BE Dust Storm

📋 copy color: '#DFC9BE'

red 223 ◦ green 201 ◦ blue 190

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

Shades of Dust Storm #DFC9BE

Tints of Dust Storm #DFC9BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.94%

R = 36.32%
G = 32.74%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DFC9BE (or 0xDFC9BE) is known color: Dust Storm. HEX triplet: DF, C9 and BE. RGB value is (223,201,190). Sum of RGB (Red+Green+Blue) = 223+201+190=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC9BE is #203641. Grayscale: #CECECE. Windows color (decimal): -2111042 or 12503519. OLE color: 12503519.

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

Color convert

RGB 223 201 190 -
CMYK 0 0.10 0.15 0.13
HSL 20º 0.34% 0.81% -
HSV(B) 20º 0.15% 0.87% -
XYZ 60.61 61.18 57.33 -
YUV 206.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 223 201 190 0 0.10 0.15 0.13 20 0.34 0.81
Hex DF C9 BE 0 A F D 14 22 51
Octal 337 311 276 0 12 17 15 24 42 121
Binary 11011111 11001001 10111110 0 1010 1111 1101 10100 100010 1010001

Color Harmonies of #DFC9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC9BE

Black with #DFC9BE

Text Example


Text Example

White with #DFC9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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