Html Css Color HEX #DDA676 Tumbleweed

📋 copy color: '#DDA676'

red 221 ◦ green 166 ◦ blue 118

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

Shades of Tumbleweed #DDA676

Tints of Tumbleweed #DDA676

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.87%

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

R = 43.76%
G = 32.87%
B = 23.37%

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

#DDA676 (or 0xDDA676) is known color: Tumbleweed. HEX triplet: DD, A6 and 76. RGB value is (221,166,118). Sum of RGB (Red+Green+Blue) = 221+166+118=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA676 is #225989. Grayscale: #B1B1B1. Windows color (decimal): -2251146 or 7775965. OLE color: 7775965.

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

Color convert

RGB 221 166 118 -
CMYK 0 0.25 0.47 0.13
HSL 27.96º 0.6% 0.66% -
HSV(B) 27.96º 0.47% 0.87% -
XYZ 46.73 43.95 23.16 -
YUV 176.97 94.72 159.4 -
System Red Green Blue C M Y K H S L
Decimal 221 166 118 0 0.25 0.47 0.13 27.96 0.6 0.66
Hex DD A6 76 0 19 2F D 1C 3C 42
Octal 335 246 166 0 31 57 15 34 74 102
Binary 11011101 10100110 1110110 0 11001 101111 1101 11100 111100 1000010

Color Harmonies of #DDA676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA676

Black with #DDA676

Text Example


Text Example

White with #DDA676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA676; }

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

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

background-color css

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

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

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

border-color css

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

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

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