Html Css Color HEX #DCC9BE Dust Storm

📋 copy color: '#DCC9BE'

red 220 ◦ green 201 ◦ blue 190

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

Shades of Dust Storm #DCC9BE

Tints of Dust Storm #DCC9BE

RGB

 RED value IS 220 (86.33% from 255) = 36.01%

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

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

R = 36.01%
G = 32.9%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DCC9BE (or 0xDCC9BE) is known color: Dust Storm. HEX triplet: DC, C9 and BE. RGB value is (220,201,190). Sum of RGB (Red+Green+Blue) = 220+201+190=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 201 (78.91% from 255 or 32.90% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9BE is #233641. Grayscale: #CDCDCD. Windows color (decimal): -2307650 or 12503516. OLE color: 12503516.

HSL color Cylindrical-coordinate representation of color #DCC9BE: hue angle of 22º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCC9BE is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 201 190 -
CMYK 0 0.09 0.14 0.14
HSL 22º 0.3% 0.8% -
HSV(B) 22º 0.14% 0.86% -
XYZ 59.7 60.71 57.29 -
YUV 205.43 119.29 138.39 -
System Red Green Blue C M Y K H S L
Decimal 220 201 190 0 0.09 0.14 0.14 22 0.3 0.8
Hex DC C9 BE 0 9 E E 16 1E 50
Octal 334 311 276 0 11 16 16 26 36 120
Binary 11011100 11001001 10111110 0 1001 1110 1110 10110 11110 1010000

Color Harmonies of #DCC9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC9BE

Black with #DCC9BE

Text Example


Text Example

White with #DCC9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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