Html Css Color HEX #DCC8BB Dust Storm

📋 copy color: '#DCC8BB'

red 220 ◦ green 200 ◦ blue 187

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

Shades of Dust Storm #DCC8BB

Tints of Dust Storm #DCC8BB

RGB

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

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

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

R = 36.24%
G = 32.95%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DCC8BB (or 0xDCC8BB) is known color: Dust Storm. HEX triplet: DC, C8 and BB. RGB value is (220,200,187). Sum of RGB (Red+Green+Blue) = 220+200+187=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 200 (78.52% from 255 or 32.95% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8BB is #233744. Grayscale: #CCCCCC. Windows color (decimal): -2307909 or 12306652. OLE color: 12306652.

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

Color convert

RGB 220 200 187 -
CMYK 0 0.09 0.15 0.14
HSL 23.64º 0.32% 0.8% -
HSV(B) 23.64º 0.15% 0.86% -
XYZ 59.14 60.11 55.5 -
YUV 204.5 118.13 139.06 -
System Red Green Blue C M Y K H S L
Decimal 220 200 187 0 0.09 0.15 0.14 23.64 0.32 0.8
Hex DC C8 BB 0 9 F E 18 20 50
Octal 334 310 273 0 11 17 16 30 40 120
Binary 11011100 11001000 10111011 0 1001 1111 1110 11000 100000 1010000

Color Harmonies of #DCC8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC8BB

Black with #DCC8BB

Text Example


Text Example

White with #DCC8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC8BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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