Html Css Color HEX #DDA776 Tumbleweed

📋 copy color: '#DDA776'

red 221 ◦ green 167 ◦ blue 118

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

Shades of Tumbleweed #DDA776

Tints of Tumbleweed #DDA776

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33%

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

R = 43.68%
G = 33%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDA776 (or 0xDDA776) is known color: Tumbleweed. HEX triplet: DD, A7 and 76. RGB value is (221,167,118). Sum of RGB (Red+Green+Blue) = 221+167+118=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA776 is #225889. Grayscale: #B1B1B1. Windows color (decimal): -2250890 or 7776221. OLE color: 7776221.

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

Color convert

RGB 221 167 118 -
CMYK 0 0.24 0.47 0.13
HSL 28.54º 0.6% 0.66% -
HSV(B) 28.54º 0.47% 0.87% -
XYZ 46.91 44.32 23.22 -
YUV 177.56 94.39 158.98 -
System Red Green Blue C M Y K H S L
Decimal 221 167 118 0 0.24 0.47 0.13 28.54 0.6 0.66
Hex DD A7 76 0 18 2F D 1D 3C 42
Octal 335 247 166 0 30 57 15 35 74 102
Binary 11011101 10100111 1110110 0 11000 101111 1101 11101 111100 1000010

Color Harmonies of #DDA776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA776

Black with #DDA776

Text Example


Text Example

White with #DDA776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA776; }

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

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

background-color css

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

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

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

border-color css

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

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

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