Html Css Color HEX #DCC6B9 Dust Storm

📋 copy color: '#DCC6B9'

red 220 ◦ green 198 ◦ blue 185

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

Shades of Dust Storm #DCC6B9

Tints of Dust Storm #DCC6B9

RGB

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

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

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

R = 36.48%
G = 32.84%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DCC6B9 (or 0xDCC6B9) is known color: Dust Storm. HEX triplet: DC, C6 and B9. RGB value is (220,198,185). Sum of RGB (Red+Green+Blue) = 220+198+185=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 198 (77.73% from 255 or 32.84% from 603); Blue value is 185 (72.66% from 255 or 30.68% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6B9 is #233946. Grayscale: #CBCBCB. Windows color (decimal): -2308423 or 12175068. OLE color: 12175068.

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

Color convert

RGB 220 198 185 -
CMYK 0 0.1 0.16 0.14
HSL 22.29º 0.33% 0.79% -
HSV(B) 22.29º 0.16% 0.86% -
XYZ 58.47 59.11 54.23 -
YUV 203.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 220 198 185 0 0.1 0.16 0.14 22.29 0.33 0.79
Hex DC C6 B9 0 A 10 E 16 21 4F
Octal 334 306 271 0 12 20 16 26 41 117
Binary 11011100 11000110 10111001 0 1010 10000 1110 10110 100001 1001111

Color Harmonies of #DCC6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC6B9

Black with #DCC6B9

Text Example


Text Example

White with #DCC6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC6B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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