Html Css Color HEX #DDA576 Tumbleweed

📋 copy color: '#DDA576'

red 221 ◦ green 165 ◦ blue 118

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

Shades of Tumbleweed #DDA576

Tints of Tumbleweed #DDA576

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.74%

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

R = 43.85%
G = 32.74%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDA576 (or 0xDDA576) is known color: Tumbleweed. HEX triplet: DD, A5 and 76. RGB value is (221,165,118). Sum of RGB (Red+Green+Blue) = 221+165+118=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA576 is #225A89. Grayscale: #B0B0B0. Windows color (decimal): -2251402 or 7775709. OLE color: 7775709.

HSL color Cylindrical-coordinate representation of color #DDA576: hue angle of 27.38º 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 #DDA576 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 165 118 -
CMYK 0 0.25 0.47 0.13
HSL 27.38º 0.6% 0.66% -
HSV(B) 27.38º 0.47% 0.87% -
XYZ 46.54 43.59 23.1 -
YUV 176.39 95.05 159.82 -
System Red Green Blue C M Y K H S L
Decimal 221 165 118 0 0.25 0.47 0.13 27.38 0.6 0.66
Hex DD A5 76 0 19 2F D 1B 3C 42
Octal 335 245 166 0 31 57 15 33 74 102
Binary 11011101 10100101 1110110 0 11001 101111 1101 11011 111100 1000010

Color Harmonies of #DDA576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA576

Black with #DDA576

Text Example


Text Example

White with #DDA576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA576; }

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

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

background-color css

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

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

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

border-color css

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

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

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