Html Css Color HEX #DCC7BE Dust Storm

📋 copy color: '#DCC7BE'

red 220 ◦ green 199 ◦ blue 190

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

Shades of Dust Storm #DCC7BE

Tints of Dust Storm #DCC7BE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.68%

 BLUE value IS 190 (74.61% from 255) = 31.2%

R = 36.12%
G = 32.68%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DCC7BE (or 0xDCC7BE) is known color: Dust Storm. HEX triplet: DC, C7 and BE. RGB value is (220,199,190). Sum of RGB (Red+Green+Blue) = 220+199+190=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 199 (78.12% from 255 or 32.68% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7BE is #233841. Grayscale: #CCCCCC. Windows color (decimal): -2308162 or 12503004. OLE color: 12503004.

HSL color Cylindrical-coordinate representation of color #DCC7BE: hue angle of 18º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCC7BE is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 199 190 -
CMYK 0 0.10 0.14 0.14
HSL 18º 0.3% 0.8% -
HSV(B) 18º 0.14% 0.86% -
XYZ 59.23 59.78 57.13 -
YUV 204.25 119.96 139.23 -
System Red Green Blue C M Y K H S L
Decimal 220 199 190 0 0.10 0.14 0.14 18 0.3 0.8
Hex DC C7 BE 0 A E E 12 1E 50
Octal 334 307 276 0 12 16 16 22 36 120
Binary 11011100 11000111 10111110 0 1010 1110 1110 10010 11110 1010000

Color Harmonies of #DCC7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC7BE

Black with #DCC7BE

Text Example


Text Example

White with #DCC7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC7BE; }

 p { color: rgb(220,199,190); }

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

background-color css

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

 a { background-color: rgb(220,199,190); }

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

border-color css

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

 span { border-color: rgb(220,199,190); }

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