Html Css Color HEX #DDA477 Tumbleweed

📋 copy color: '#DDA477'

red 221 ◦ green 164 ◦ blue 119

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

Shades of Tumbleweed #DDA477

Tints of Tumbleweed #DDA477

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.54%

 BLUE value IS 119 (46.88% from 255) = 23.61%

R = 43.85%
G = 32.54%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDA477 (or 0xDDA477) is known color: Tumbleweed. HEX triplet: DD, A4 and 77. RGB value is (221,164,119). Sum of RGB (Red+Green+Blue) = 221+164+119=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA477 is #225B88. Grayscale: #B0B0B0. Windows color (decimal): -2251657 or 7840989. OLE color: 7840989.

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

Color convert

RGB 221 164 119 -
CMYK 0 0.26 0.46 0.13
HSL 26.47º 0.6% 0.67% -
HSV(B) 26.47º 0.46% 0.87% -
XYZ 46.42 43.25 23.36 -
YUV 175.91 95.88 160.16 -
System Red Green Blue C M Y K H S L
Decimal 221 164 119 0 0.26 0.46 0.13 26.47 0.6 0.67
Hex DD A4 77 0 1A 2E D 1A 3C 43
Octal 335 244 167 0 32 56 15 32 74 103
Binary 11011101 10100100 1110111 0 11010 101110 1101 11010 111100 1000011

Color Harmonies of #DDA477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA477

Black with #DDA477

Text Example


Text Example

White with #DDA477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA477; }

 p { color: rgb(221,164,119); }

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

background-color css

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

 a { background-color: rgb(221,164,119); }

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

border-color css

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

 span { border-color: rgb(221,164,119); }

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