Html Css Color HEX #DCC6C2 Dust Storm

📋 copy color: '#DCC6C2'

red 220 ◦ green 198 ◦ blue 194

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

Shades of Dust Storm #DCC6C2

Tints of Dust Storm #DCC6C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.7%

R = 35.95%
G = 32.35%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DCC6C2 (or 0xDCC6C2) is known color: Dust Storm. HEX triplet: DC, C6 and C2. RGB value is (220,198,194). Sum of RGB (Red+Green+Blue) = 220+198+194=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 198 (77.73% from 255 or 32.35% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6C2 is #23393D. Grayscale: #CCCCCC. Windows color (decimal): -2308414 or 12764892. OLE color: 12764892.

HSL color Cylindrical-coordinate representation of color #DCC6C2: hue angle of 9.23º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCC6C2 is Cyan = 0, Magento = 0.1, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 198 194 -
CMYK 0 0.1 0.12 0.14
HSL 9.23º 0.27% 0.81% -
HSV(B) 9.23º 0.12% 0.86% -
XYZ 59.45 59.5 59.39 -
YUV 204.12 122.29 139.33 -
System Red Green Blue C M Y K H S L
Decimal 220 198 194 0 0.1 0.12 0.14 9.23 0.27 0.81
Hex DC C6 C2 0 A C E 9 1B 51
Octal 334 306 302 0 12 14 16 11 33 121
Binary 11011100 11000110 11000010 0 1010 1100 1110 1001 11011 1010001

Color Harmonies of #DCC6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC6C2

Black with #DCC6C2

Text Example


Text Example

White with #DCC6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC6C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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