Html Css Color HEX #DDA276 Tumbleweed

📋 copy color: '#DDA276'

red 221 ◦ green 162 ◦ blue 118

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

Shades of Tumbleweed #DDA276

Tints of Tumbleweed #DDA276

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.34%

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

R = 44.11%
G = 32.34%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDA276 (or 0xDDA276) is known color: Tumbleweed. HEX triplet: DD, A2 and 76. RGB value is (221,162,118). Sum of RGB (Red+Green+Blue) = 221+162+118=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA276 is #225D89. Grayscale: #AEAEAE. Windows color (decimal): -2252170 or 7774941. OLE color: 7774941.

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

Color convert

RGB 221 162 118 -
CMYK 0 0.27 0.47 0.13
HSL 25.63º 0.6% 0.66% -
HSV(B) 25.63º 0.47% 0.87% -
XYZ 46.01 42.52 22.92 -
YUV 174.63 96.05 161.08 -
System Red Green Blue C M Y K H S L
Decimal 221 162 118 0 0.27 0.47 0.13 25.63 0.6 0.66
Hex DD A2 76 0 1B 2F D 1A 3C 42
Octal 335 242 166 0 33 57 15 32 74 102
Binary 11011101 10100010 1110110 0 11011 101111 1101 11010 111100 1000010

Color Harmonies of #DDA276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA276

Black with #DDA276

Text Example


Text Example

White with #DDA276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA276; }

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

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

background-color css

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

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

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

border-color css

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

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

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