Html Css Color HEX #DDC2BB Dust Storm

📋 copy color: '#DDC2BB'

red 221 ◦ green 194 ◦ blue 187

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

Shades of Dust Storm #DDC2BB

Tints of Dust Storm #DDC2BB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.23%

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

R = 36.71%
G = 32.23%
B = 31.06%

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

#DDC2BB (or 0xDDC2BB) is known color: Dust Storm. HEX triplet: DD, C2 and BB. RGB value is (221,194,187). Sum of RGB (Red+Green+Blue) = 221+194+187=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC2BB is #223D44. Grayscale: #C9C9C9. Windows color (decimal): -2243909 or 12305117. OLE color: 12305117.

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

Color convert

RGB 221 194 187 -
CMYK 0 0.12 0.15 0.13
HSL 12.35º 0.33% 0.8% -
HSV(B) 12.35º 0.15% 0.87% -
XYZ 58.08 57.54 55.06 -
YUV 201.28 119.95 142.07 -
System Red Green Blue C M Y K H S L
Decimal 221 194 187 0 0.12 0.15 0.13 12.35 0.33 0.8
Hex DD C2 BB 0 C F D C 21 50
Octal 335 302 273 0 14 17 15 14 41 120
Binary 11011101 11000010 10111011 0 1100 1111 1101 1100 100001 1010000

Color Harmonies of #DDC2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC2BB

Black with #DDC2BB

Text Example


Text Example

White with #DDC2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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