Html Css Color HEX #DDA275 Tumbleweed

📋 copy color: '#DDA275'

red 221 ◦ green 162 ◦ blue 117

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

Shades of Tumbleweed #DDA275

Tints of Tumbleweed #DDA275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.4%

R = 44.2%
G = 32.4%
B = 23.4%

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

#DDA275 (or 0xDDA275) is known color: Tumbleweed. HEX triplet: DD, A2 and 75. RGB value is (221,162,117). Sum of RGB (Red+Green+Blue) = 221+162+117=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA275 is #225D8A. Grayscale: #AEAEAE. Windows color (decimal): -2252171 or 7709405. OLE color: 7709405.

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

Color convert

RGB 221 162 117 -
CMYK 0 0.27 0.47 0.13
HSL 25.96º 0.6% 0.66% -
HSV(B) 25.96º 0.47% 0.87% -
XYZ 45.95 42.5 22.61 -
YUV 174.51 95.55 161.16 -
System Red Green Blue C M Y K H S L
Decimal 221 162 117 0 0.27 0.47 0.13 25.96 0.6 0.66
Hex DD A2 75 0 1B 2F D 1A 3C 42
Octal 335 242 165 0 33 57 15 32 74 102
Binary 11011101 10100010 1110101 0 11011 101111 1101 11010 111100 1000010

Color Harmonies of #DDA275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA275

Black with #DDA275

Text Example


Text Example

White with #DDA275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA275; }

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

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

background-color css

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

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

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

border-color css

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

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

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