Html Css Color HEX #DDA081 Tumbleweed

📋 copy color: '#DDA081'

red 221 ◦ green 160 ◦ blue 129

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

Shades of Tumbleweed #DDA081

Tints of Tumbleweed #DDA081

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.37%

 BLUE value IS 129 (50.78% from 255) = 25.29%

R = 43.33%
G = 31.37%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DDA081 (or 0xDDA081) is known color: Tumbleweed. HEX triplet: DD, A0 and 81. RGB value is (221,160,129). Sum of RGB (Red+Green+Blue) = 221+160+129=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 129 (50.78% from 255 or 25.29% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA081 is #225F7E. Grayscale: #AEAEAE. Windows color (decimal): -2252671 or 8495325. OLE color: 8495325.

HSL color Cylindrical-coordinate representation of color #DDA081: hue angle of 20.22º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDA081 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 160 129 -
CMYK 0 0.28 0.42 0.13
HSL 20.22º 0.58% 0.69% -
HSV(B) 20.22º 0.42% 0.87% -
XYZ 46.35 42.1 26.45 -
YUV 174.71 102.21 161.02 -
System Red Green Blue C M Y K H S L
Decimal 221 160 129 0 0.28 0.42 0.13 20.22 0.58 0.69
Hex DD A0 81 0 1C 2A D 14 3A 45
Octal 335 240 201 0 34 52 15 24 72 105
Binary 11011101 10100000 10000001 0 11100 101010 1101 10100 111010 1000101

Color Harmonies of #DDA081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA081

Black with #DDA081

Text Example


Text Example

White with #DDA081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA081; }

 p { color: rgb(221,160,129); }

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

background-color css

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

 a { background-color: rgb(221,160,129); }

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

border-color css

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

 span { border-color: rgb(221,160,129); }

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