Html Css Color HEX #DDA376 Tumbleweed

📋 copy color: '#DDA376'

red 221 ◦ green 163 ◦ blue 118

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

Shades of Tumbleweed #DDA376

Tints of Tumbleweed #DDA376

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.47%

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

R = 44.02%
G = 32.47%
B = 23.51%

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

#DDA376 (or 0xDDA376) is known color: Tumbleweed. HEX triplet: DD, A3 and 76. RGB value is (221,163,118). Sum of RGB (Red+Green+Blue) = 221+163+118=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA376 is #225C89. Grayscale: #AFAFAF. Windows color (decimal): -2251914 or 7775197. OLE color: 7775197.

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

Color convert

RGB 221 163 118 -
CMYK 0 0.26 0.47 0.13
HSL 26.21º 0.6% 0.66% -
HSV(B) 26.21º 0.47% 0.87% -
XYZ 46.19 42.87 22.98 -
YUV 175.21 95.72 160.66 -
System Red Green Blue C M Y K H S L
Decimal 221 163 118 0 0.26 0.47 0.13 26.21 0.6 0.66
Hex DD A3 76 0 1A 2F D 1A 3C 42
Octal 335 243 166 0 32 57 15 32 74 102
Binary 11011101 10100011 1110110 0 11010 101111 1101 11010 111100 1000010

Color Harmonies of #DDA376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA376

Black with #DDA376

Text Example


Text Example

White with #DDA376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA376; }

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

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

background-color css

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

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

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

border-color css

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

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

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