Html Css Color HEX #DDA88D Tumbleweed

📋 copy color: '#DDA88D'

red 221 ◦ green 168 ◦ blue 141

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

Shades of Tumbleweed #DDA88D

Tints of Tumbleweed #DDA88D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.7%

 BLUE value IS 141 (55.47% from 255) = 26.6%

R = 41.7%
G = 31.7%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DDA88D (or 0xDDA88D) is known color: Tumbleweed. HEX triplet: DD, A8 and 8D. RGB value is (221,168,141). Sum of RGB (Red+Green+Blue) = 221+168+141=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA88D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA88D is #225772. Grayscale: #B4B4B4. Windows color (decimal): -2250611 or 9283805. OLE color: 9283805.

HSL color Cylindrical-coordinate representation of color #DDA88D: hue angle of 20.25º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDA88D is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 168 141 -
CMYK 0 0.24 0.36 0.13
HSL 20.25º 0.54% 0.71% -
HSV(B) 20.25º 0.36% 0.87% -
XYZ 48.63 45.3 31.38 -
YUV 180.77 105.56 156.7 -
System Red Green Blue C M Y K H S L
Decimal 221 168 141 0 0.24 0.36 0.13 20.25 0.54 0.71
Hex DD A8 8D 0 18 24 D 14 36 47
Octal 335 250 215 0 30 44 15 24 66 107
Binary 11011101 10101000 10001101 0 11000 100100 1101 10100 110110 1000111

Color Harmonies of #DDA88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA88D

Black with #DDA88D

Text Example


Text Example

White with #DDA88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA88D; }

 p { color: rgb(221,168,141); }

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

background-color css

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

 a { background-color: rgb(221,168,141); }

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

border-color css

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

 span { border-color: rgb(221,168,141); }

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