Html Css Color HEX #DCC6BC Dust Storm

📋 copy color: '#DCC6BC'

red 220 ◦ green 198 ◦ blue 188

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

Shades of Dust Storm #DCC6BC

Tints of Dust Storm #DCC6BC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.67%

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

R = 36.3%
G = 32.67%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DCC6BC (or 0xDCC6BC) is known color: Dust Storm. HEX triplet: DC, C6 and BC. RGB value is (220,198,188). Sum of RGB (Red+Green+Blue) = 220+198+188=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 198 (77.73% from 255 or 32.67% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6BC is #233943. Grayscale: #CBCBCB. Windows color (decimal): -2308420 or 12371676. OLE color: 12371676.

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

Color convert

RGB 220 198 188 -
CMYK 0 0.1 0.15 0.14
HSL 18.75º 0.31% 0.8% -
HSV(B) 18.75º 0.15% 0.86% -
XYZ 58.79 59.23 55.91 -
YUV 203.44 119.29 139.81 -
System Red Green Blue C M Y K H S L
Decimal 220 198 188 0 0.1 0.15 0.14 18.75 0.31 0.8
Hex DC C6 BC 0 A F E 13 1F 50
Octal 334 306 274 0 12 17 16 23 37 120
Binary 11011100 11000110 10111100 0 1010 1111 1110 10011 11111 1010000

Color Harmonies of #DCC6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC6BC

Black with #DCC6BC

Text Example


Text Example

White with #DCC6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC6BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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