Html Css Color HEX #DCC3BC Dust Storm

📋 copy color: '#DCC3BC'

red 220 ◦ green 195 ◦ blue 188

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

Shades of Dust Storm #DCC3BC

Tints of Dust Storm #DCC3BC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.34%

 BLUE value IS 188 (73.83% from 255) = 31.18%

R = 36.48%
G = 32.34%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DCC3BC (or 0xDCC3BC) is known color: Dust Storm. HEX triplet: DC, C3 and BC. RGB value is (220,195,188). Sum of RGB (Red+Green+Blue) = 220+195+188=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 195 (76.56% from 255 or 32.34% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3BC is #233C43. Grayscale: #C9C9C9. Windows color (decimal): -2309188 or 12370908. OLE color: 12370908.

HSL color Cylindrical-coordinate representation of color #DCC3BC: hue angle of 13.12º degrees, saturation: 0.31, 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 #DCC3BC is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 195 188 -
CMYK 0 0.11 0.15 0.14
HSL 13.13º 0.31% 0.8% -
HSV(B) 13.13º 0.15% 0.86% -
XYZ 58.11 57.88 55.69 -
YUV 201.68 120.28 141.07 -
System Red Green Blue C M Y K H S L
Decimal 220 195 188 0 0.11 0.15 0.14 13.13 0.31 0.8
Hex DC C3 BC 0 B F E D 1F 50
Octal 334 303 274 0 13 17 16 15 37 120
Binary 11011100 11000011 10111100 0 1011 1111 1110 1101 11111 1010000

Color Harmonies of #DCC3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC3BC

Black with #DCC3BC

Text Example


Text Example

White with #DCC3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC3BC; }

 p { color: rgb(220,195,188); }

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

background-color css

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

 a { background-color: rgb(220,195,188); }

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

border-color css

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

 span { border-color: rgb(220,195,188); }

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