Html Css Color HEX #DDA273 Tumbleweed

📋 copy color: '#DDA273'

red 221 ◦ green 162 ◦ blue 115

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

Shades of Tumbleweed #DDA273

Tints of Tumbleweed #DDA273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.09%

R = 44.38%
G = 32.53%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDA273 (or 0xDDA273) is known color: Tumbleweed. HEX triplet: DD, A2 and 73. RGB value is (221,162,115). Sum of RGB (Red+Green+Blue) = 221+162+115=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA273 is #225D8C. Grayscale: #AEAEAE. Windows color (decimal): -2252173 or 7578333. OLE color: 7578333.

HSL color Cylindrical-coordinate representation of color #DDA273: hue angle of 26.6º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDA273 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 162 115 -
CMYK 0 0.27 0.48 0.13
HSL 26.6º 0.61% 0.66% -
HSV(B) 26.6º 0.48% 0.87% -
XYZ 45.83 42.45 22 -
YUV 174.28 94.55 161.32 -
System Red Green Blue C M Y K H S L
Decimal 221 162 115 0 0.27 0.48 0.13 26.6 0.61 0.66
Hex DD A2 73 0 1B 30 D 1B 3D 42
Octal 335 242 163 0 33 60 15 33 75 102
Binary 11011101 10100010 1110011 0 11011 110000 1101 11011 111101 1000010

Color Harmonies of #DDA273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA273

Black with #DDA273

Text Example


Text Example

White with #DDA273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA273; }

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

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

background-color css

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

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

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

border-color css

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

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

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