Html Css Color HEX #DCC6BB Dust Storm

📋 copy color: '#DCC6BB'

red 220 ◦ green 198 ◦ blue 187

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

Shades of Dust Storm #DCC6BB

Tints of Dust Storm #DCC6BB

RGB

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

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

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

R = 36.36%
G = 32.73%
B = 30.91%

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

#DCC6BB (or 0xDCC6BB) is known color: Dust Storm. HEX triplet: DC, C6 and BB. RGB value is (220,198,187). Sum of RGB (Red+Green+Blue) = 220+198+187=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 198 (77.73% from 255 or 32.73% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6BB is #233944. Grayscale: #CBCBCB. Windows color (decimal): -2308421 or 12306140. OLE color: 12306140.

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

Color convert

RGB 220 198 187 -
CMYK 0 0.1 0.15 0.14
HSL 20º 0.32% 0.8% -
HSV(B) 20º 0.15% 0.86% -
XYZ 58.68 59.19 55.35 -
YUV 203.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 220 198 187 0 0.1 0.15 0.14 20 0.32 0.8
Hex DC C6 BB 0 A F E 14 20 50
Octal 334 306 273 0 12 17 16 24 40 120
Binary 11011100 11000110 10111011 0 1010 1111 1110 10100 100000 1010000

Color Harmonies of #DCC6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC6BB

Black with #DCC6BB

Text Example


Text Example

White with #DCC6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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