Html Css Color HEX #DCC8C1 Dust Storm

📋 copy color: '#DCC8C1'

red 220 ◦ green 200 ◦ blue 193

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

Shades of Dust Storm #DCC8C1

Tints of Dust Storm #DCC8C1

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.63%

 BLUE value IS 193 (75.78% from 255) = 31.48%

R = 35.89%
G = 32.63%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DCC8C1 (or 0xDCC8C1) is known color: Dust Storm. HEX triplet: DC, C8 and C1. RGB value is (220,200,193). Sum of RGB (Red+Green+Blue) = 220+200+193=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 200 (78.52% from 255 or 32.63% from 613); Blue value is 193 (75.78% from 255 or 31.48% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8C1 is #23373E. Grayscale: #CDCDCD. Windows color (decimal): -2307903 or 12699868. OLE color: 12699868.

HSL color Cylindrical-coordinate representation of color #DCC8C1: hue angle of 15.56º degrees, saturation: 0.28, 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 #DCC8C1 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 200 193 -
CMYK 0 0.09 0.12 0.14
HSL 15.56º 0.28% 0.81% -
HSV(B) 15.56º 0.12% 0.86% -
XYZ 59.8 60.37 58.95 -
YUV 205.18 121.13 138.57 -
System Red Green Blue C M Y K H S L
Decimal 220 200 193 0 0.09 0.12 0.14 15.56 0.28 0.81
Hex DC C8 C1 0 9 C E 10 1C 51
Octal 334 310 301 0 11 14 16 20 34 121
Binary 11011100 11001000 11000001 0 1001 1100 1110 10000 11100 1010001

Color Harmonies of #DCC8C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC8C1

Black with #DCC8C1

Text Example


Text Example

White with #DCC8C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC8C1; }

 p { color: rgb(220,200,193); }

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

background-color css

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

 a { background-color: rgb(220,200,193); }

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

border-color css

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

 span { border-color: rgb(220,200,193); }

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