Html Css Color HEX #DDC5BB Dust Storm

📋 copy color: '#DDC5BB'

red 221 ◦ green 197 ◦ blue 187

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

Shades of Dust Storm #DDC5BB

Tints of Dust Storm #DDC5BB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.56%

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

R = 36.53%
G = 32.56%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DDC5BB (or 0xDDC5BB) is known color: Dust Storm. HEX triplet: DD, C5 and BB. RGB value is (221,197,187). Sum of RGB (Red+Green+Blue) = 221+197+187=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 197 (77.34% from 255 or 32.56% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5BB is #223A44. Grayscale: #CBCBCB. Windows color (decimal): -2243141 or 12305885. OLE color: 12305885.

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

Color convert

RGB 221 197 187 -
CMYK 0 0.11 0.15 0.13
HSL 17.65º 0.33% 0.8% -
HSV(B) 17.65º 0.15% 0.87% -
XYZ 58.75 58.89 55.28 -
YUV 203.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 221 197 187 0 0.11 0.15 0.13 17.65 0.33 0.8
Hex DD C5 BB 0 B F D 12 21 50
Octal 335 305 273 0 13 17 15 22 41 120
Binary 11011101 11000101 10111011 0 1011 1111 1101 10010 100001 1010000

Color Harmonies of #DDC5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC5BB

Black with #DDC5BB

Text Example


Text Example

White with #DDC5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC5BB; }

 p { color: rgb(221,197,187); }

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

background-color css

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

 a { background-color: rgb(221,197,187); }

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

border-color css

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

 span { border-color: rgb(221,197,187); }

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