Html Css Color HEX #DDA474 Tumbleweed

📋 copy color: '#DDA474'

red 221 ◦ green 164 ◦ blue 116

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

Shades of Tumbleweed #DDA474

Tints of Tumbleweed #DDA474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.15%

R = 44.11%
G = 32.73%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDA474 (or 0xDDA474) is known color: Tumbleweed. HEX triplet: DD, A4 and 74. RGB value is (221,164,116). Sum of RGB (Red+Green+Blue) = 221+164+116=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 164 (64.45% from 255 or 32.73% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA474 is #225B8B. Grayscale: #AFAFAF. Windows color (decimal): -2251660 or 7644381. OLE color: 7644381.

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

Color convert

RGB 221 164 116 -
CMYK 0 0.26 0.48 0.13
HSL 27.43º 0.61% 0.66% -
HSV(B) 27.43º 0.48% 0.87% -
XYZ 46.25 43.18 22.42 -
YUV 175.57 94.38 160.4 -
System Red Green Blue C M Y K H S L
Decimal 221 164 116 0 0.26 0.48 0.13 27.43 0.61 0.66
Hex DD A4 74 0 1A 30 D 1B 3D 42
Octal 335 244 164 0 32 60 15 33 75 102
Binary 11011101 10100100 1110100 0 11010 110000 1101 11011 111101 1000010

Color Harmonies of #DDA474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA474

Black with #DDA474

Text Example


Text Example

White with #DDA474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA474; }

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

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

background-color css

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

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

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

border-color css

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

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

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