Html Css Color HEX #DDC3BC Dust Storm

📋 copy color: '#DDC3BC'

red 221 ◦ green 195 ◦ blue 188

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

Shades of Dust Storm #DDC3BC

Tints of Dust Storm #DDC3BC

RGB

 RED value IS 221 (86.72% from 255) = 36.59%

 GREEN value IS 195 (76.56% from 255) = 32.28%

 BLUE value IS 188 (73.83% from 255) = 31.13%

R = 36.59%
G = 32.28%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DDC3BC (or 0xDDC3BC) is known color: Dust Storm. HEX triplet: DD, C3 and BC. RGB value is (221,195,188). Sum of RGB (Red+Green+Blue) = 221+195+188=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 195 (76.56% from 255 or 32.28% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC3BC is #223C43. Grayscale: #CACACA. Windows color (decimal): -2243652 or 12370909. OLE color: 12370909.

HSL color Cylindrical-coordinate representation of color #DDC3BC: hue angle of 12.73º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDC3BC is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 195 188 -
CMYK 0 0.12 0.15 0.13
HSL 12.73º 0.33% 0.8% -
HSV(B) 12.73º 0.15% 0.87% -
XYZ 58.41 58.03 55.7 -
YUV 201.98 120.11 141.57 -
System Red Green Blue C M Y K H S L
Decimal 221 195 188 0 0.12 0.15 0.13 12.73 0.33 0.8
Hex DD C3 BC 0 C F D D 21 50
Octal 335 303 274 0 14 17 15 15 41 120
Binary 11011101 11000011 10111100 0 1100 1111 1101 1101 100001 1010000

Color Harmonies of #DDC3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC3BC

Black with #DDC3BC

Text Example


Text Example

White with #DDC3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC3BC; }

 p { color: rgb(221,195,188); }

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

background-color css

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

 a { background-color: rgb(221,195,188); }

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

border-color css

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

 span { border-color: rgb(221,195,188); }

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