Html Css Color HEX #DDA279 Tumbleweed

📋 copy color: '#DDA279'

red 221 ◦ green 162 ◦ blue 121

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

Shades of Tumbleweed #DDA279

Tints of Tumbleweed #DDA279

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.14%

 BLUE value IS 121 (47.66% from 255) = 24.01%

R = 43.85%
G = 32.14%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDA279 (or 0xDDA279) is known color: Tumbleweed. HEX triplet: DD, A2 and 79. RGB value is (221,162,121). Sum of RGB (Red+Green+Blue) = 221+162+121=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 121 (47.66% from 255 or 24.01% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA279 is #225D86. Grayscale: #AFAFAF. Windows color (decimal): -2252167 or 7971549. OLE color: 7971549.

HSL color Cylindrical-coordinate representation of color #DDA279: hue angle of 24.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDA279 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 162 121 -
CMYK 0 0.27 0.45 0.13
HSL 24.6º 0.6% 0.67% -
HSV(B) 24.6º 0.45% 0.87% -
XYZ 46.19 42.59 23.88 -
YUV 174.97 97.55 160.83 -
System Red Green Blue C M Y K H S L
Decimal 221 162 121 0 0.27 0.45 0.13 24.6 0.6 0.67
Hex DD A2 79 0 1B 2D D 19 3C 43
Octal 335 242 171 0 33 55 15 31 74 103
Binary 11011101 10100010 1111001 0 11011 101101 1101 11001 111100 1000011

Color Harmonies of #DDA279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA279

Black with #DDA279

Text Example


Text Example

White with #DDA279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA279; }

 p { color: rgb(221,162,121); }

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

background-color css

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

 a { background-color: rgb(221,162,121); }

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

border-color css

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

 span { border-color: rgb(221,162,121); }

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