Html Css Color HEX #DCC5B9 Dust Storm

📋 copy color: '#DCC5B9'

red 220 ◦ green 197 ◦ blue 185

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

Shades of Dust Storm #DCC5B9

Tints of Dust Storm #DCC5B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 30.73%

R = 36.54%
G = 32.72%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DCC5B9 (or 0xDCC5B9) is known color: Dust Storm. HEX triplet: DC, C5 and B9. RGB value is (220,197,185). Sum of RGB (Red+Green+Blue) = 220+197+185=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 197 (77.34% from 255 or 32.72% from 602); Blue value is 185 (72.66% from 255 or 30.73% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5B9 is #233A46. Grayscale: #CACACA. Windows color (decimal): -2308679 or 12174812. OLE color: 12174812.

HSL color Cylindrical-coordinate representation of color #DCC5B9: hue angle of 20.57º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCC5B9 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 197 185 -
CMYK 0 0.10 0.16 0.14
HSL 20.57º 0.33% 0.79% -
HSV(B) 20.57º 0.16% 0.86% -
XYZ 58.24 58.65 54.15 -
YUV 202.51 118.12 140.48 -
System Red Green Blue C M Y K H S L
Decimal 220 197 185 0 0.10 0.16 0.14 20.57 0.33 0.79
Hex DC C5 B9 0 A 10 E 15 21 4F
Octal 334 305 271 0 12 20 16 25 41 117
Binary 11011100 11000101 10111001 0 1010 10000 1110 10101 100001 1001111

Color Harmonies of #DCC5B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC5B9

Black with #DCC5B9

Text Example


Text Example

White with #DCC5B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC5B9; }

 p { color: rgb(220,197,185); }

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

background-color css

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

 a { background-color: rgb(220,197,185); }

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

border-color css

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

 span { border-color: rgb(220,197,185); }

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