Html Css Color HEX #DDA476 Tumbleweed

📋 copy color: '#DDA476'

red 221 ◦ green 164 ◦ blue 118

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

Shades of Tumbleweed #DDA476

Tints of Tumbleweed #DDA476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.46%

R = 43.94%
G = 32.6%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDA476 (or 0xDDA476) is known color: Tumbleweed. HEX triplet: DD, A4 and 76. RGB value is (221,164,118). Sum of RGB (Red+Green+Blue) = 221+164+118=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA476 is #225B89. Grayscale: #B0B0B0. Windows color (decimal): -2251658 or 7775453. OLE color: 7775453.

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

Color convert

RGB 221 164 118 -
CMYK 0 0.26 0.47 0.13
HSL 26.8º 0.6% 0.66% -
HSV(B) 26.8º 0.47% 0.87% -
XYZ 46.36 43.23 23.04 -
YUV 175.8 95.38 160.24 -
System Red Green Blue C M Y K H S L
Decimal 221 164 118 0 0.26 0.47 0.13 26.8 0.6 0.66
Hex DD A4 76 0 1A 2F D 1B 3C 42
Octal 335 244 166 0 32 57 15 33 74 102
Binary 11011101 10100100 1110110 0 11010 101111 1101 11011 111100 1000010

Color Harmonies of #DDA476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA476

Black with #DDA476

Text Example


Text Example

White with #DDA476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA476; }

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

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

background-color css

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

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

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

border-color css

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

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

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