Html Css Color HEX #DDA885 Tumbleweed

📋 copy color: '#DDA885'

red 221 ◦ green 168 ◦ blue 133

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

Shades of Tumbleweed #DDA885

Tints of Tumbleweed #DDA885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.48%

R = 42.34%
G = 32.18%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DDA885 (or 0xDDA885) is known color: Tumbleweed. HEX triplet: DD, A8 and 85. RGB value is (221,168,133). Sum of RGB (Red+Green+Blue) = 221+168+133=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA885 is #22577A. Grayscale: #B4B4B4. Windows color (decimal): -2250619 or 8759517. OLE color: 8759517.

HSL color Cylindrical-coordinate representation of color #DDA885: hue angle of 23.86º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDA885 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 168 133 -
CMYK 0 0.24 0.40 0.13
HSL 23.86º 0.56% 0.69% -
HSV(B) 23.86º 0.4% 0.87% -
XYZ 48.06 45.07 28.36 -
YUV 179.86 101.56 157.35 -
System Red Green Blue C M Y K H S L
Decimal 221 168 133 0 0.24 0.40 0.13 23.86 0.56 0.69
Hex DD A8 85 0 18 28 D 18 38 45
Octal 335 250 205 0 30 50 15 30 70 105
Binary 11011101 10101000 10000101 0 11000 101000 1101 11000 111000 1000101

Color Harmonies of #DDA885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA885

Black with #DDA885

Text Example


Text Example

White with #DDA885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA885; }

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

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

background-color css

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

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

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

border-color css

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

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

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