Html Css Color HEX #DDC8BB Dust Storm

📋 copy color: '#DDC8BB'

red 221 ◦ green 200 ◦ blue 187

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

Shades of Dust Storm #DDC8BB

Tints of Dust Storm #DDC8BB

RGB

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

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

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

R = 36.35%
G = 32.89%
B = 30.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DDC8BB (or 0xDDC8BB) is known color: Dust Storm. HEX triplet: DD, C8 and BB. RGB value is (221,200,187). Sum of RGB (Red+Green+Blue) = 221+200+187=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 200 (78.52% from 255 or 32.89% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC8BB is #223744. Grayscale: #CCCCCC. Windows color (decimal): -2242373 or 12306653. OLE color: 12306653.

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

Color convert

RGB 221 200 187 -
CMYK 0 0.10 0.15 0.13
HSL 22.94º 0.33% 0.8% -
HSV(B) 22.94º 0.15% 0.87% -
XYZ 59.44 60.27 55.51 -
YUV 204.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 221 200 187 0 0.10 0.15 0.13 22.94 0.33 0.8
Hex DD C8 BB 0 A F D 17 21 50
Octal 335 310 273 0 12 17 15 27 41 120
Binary 11011101 11001000 10111011 0 1010 1111 1101 10111 100001 1010000

Color Harmonies of #DDC8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC8BB

Black with #DDC8BB

Text Example


Text Example

White with #DDC8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC8BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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