Html Css Color HEX #DDC6BE Dust Storm

📋 copy color: '#DDC6BE'

red 221 ◦ green 198 ◦ blue 190

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

Shades of Dust Storm #DDC6BE

Tints of Dust Storm #DDC6BE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.51%

 BLUE value IS 190 (74.61% from 255) = 31.2%

R = 36.29%
G = 32.51%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DDC6BE (or 0xDDC6BE) is known color: Dust Storm. HEX triplet: DD, C6 and BE. RGB value is (221,198,190). Sum of RGB (Red+Green+Blue) = 221+198+190=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 198 (77.73% from 255 or 32.51% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6BE is #223941. Grayscale: #CCCCCC. Windows color (decimal): -2242882 or 12502749. OLE color: 12502749.

HSL color Cylindrical-coordinate representation of color #DDC6BE: hue angle of 15.48º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDC6BE is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 198 190 -
CMYK 0 0.10 0.14 0.13
HSL 15.48º 0.31% 0.81% -
HSV(B) 15.48º 0.14% 0.87% -
XYZ 59.31 59.48 57.07 -
YUV 203.97 120.12 140.15 -
System Red Green Blue C M Y K H S L
Decimal 221 198 190 0 0.10 0.14 0.13 15.48 0.31 0.81
Hex DD C6 BE 0 A E D F 1F 51
Octal 335 306 276 0 12 16 15 17 37 121
Binary 11011101 11000110 10111110 0 1010 1110 1101 1111 11111 1010001

Color Harmonies of #DDC6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC6BE

Black with #DDC6BE

Text Example


Text Example

White with #DDC6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC6BE; }

 p { color: rgb(221,198,190); }

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

background-color css

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

 a { background-color: rgb(221,198,190); }

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

border-color css

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

 span { border-color: rgb(221,198,190); }

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