Html Css Color HEX #DCC5BB Dust Storm

📋 copy color: '#DCC5BB'

red 220 ◦ green 197 ◦ blue 187

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

Shades of Dust Storm #DCC5BB

Tints of Dust Storm #DCC5BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.96%

R = 36.42%
G = 32.62%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DCC5BB (or 0xDCC5BB) is known color: Dust Storm. HEX triplet: DC, C5 and BB. RGB value is (220,197,187). Sum of RGB (Red+Green+Blue) = 220+197+187=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 197 (77.34% from 255 or 32.62% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5BB is #233A44. Grayscale: #CACACA. Windows color (decimal): -2308677 or 12305884. OLE color: 12305884.

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

Color convert

RGB 220 197 187 -
CMYK 0 0.10 0.15 0.14
HSL 18.18º 0.32% 0.8% -
HSV(B) 18.18º 0.15% 0.86% -
XYZ 58.45 58.74 55.27 -
YUV 202.74 119.12 140.31 -
System Red Green Blue C M Y K H S L
Decimal 220 197 187 0 0.10 0.15 0.14 18.18 0.32 0.8
Hex DC C5 BB 0 A F E 12 20 50
Octal 334 305 273 0 12 17 16 22 40 120
Binary 11011100 11000101 10111011 0 1010 1111 1110 10010 100000 1010000

Color Harmonies of #DCC5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC5BB

Black with #DCC5BB

Text Example


Text Example

White with #DCC5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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