Html Css Color HEX #DCC4B9 Dust Storm

📋 copy color: '#DCC4B9'

red 220 ◦ green 196 ◦ blue 185

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

Shades of Dust Storm #DCC4B9

Tints of Dust Storm #DCC4B9

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.61%

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

R = 36.61%
G = 32.61%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DCC4B9 (or 0xDCC4B9) is known color: Dust Storm. HEX triplet: DC, C4 and B9. RGB value is (220,196,185). Sum of RGB (Red+Green+Blue) = 220+196+185=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 196 (76.95% from 255 or 32.61% from 601); Blue value is 185 (72.66% from 255 or 30.78% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4B9 is #233B46. Grayscale: #C9C9C9. Windows color (decimal): -2308935 or 12174556. OLE color: 12174556.

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

Color convert

RGB 220 196 185 -
CMYK 0 0.11 0.16 0.14
HSL 18.86º 0.33% 0.79% -
HSV(B) 18.86º 0.16% 0.86% -
XYZ 58.01 58.2 54.07 -
YUV 201.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 220 196 185 0 0.11 0.16 0.14 18.86 0.33 0.79
Hex DC C4 B9 0 B 10 E 13 21 4F
Octal 334 304 271 0 13 20 16 23 41 117
Binary 11011100 11000100 10111001 0 1011 10000 1110 10011 100001 1001111

Color Harmonies of #DCC4B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC4B9

Black with #DCC4B9

Text Example


Text Example

White with #DCC4B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC4B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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