Html Css Color HEX #DDA075 Tumbleweed

📋 copy color: '#DDA075'

red 221 ◦ green 160 ◦ blue 117

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

Shades of Tumbleweed #DDA075

Tints of Tumbleweed #DDA075

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.13%

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

R = 44.38%
G = 32.13%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDA075 (or 0xDDA075) is known color: Tumbleweed. HEX triplet: DD, A0 and 75. RGB value is (221,160,117). Sum of RGB (Red+Green+Blue) = 221+160+117=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA075 is #225F8A. Grayscale: #ADADAD. Windows color (decimal): -2252683 or 7708893. OLE color: 7708893.

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

Color convert

RGB 221 160 117 -
CMYK 0 0.28 0.47 0.13
HSL 24.81º 0.6% 0.66% -
HSV(B) 24.81º 0.47% 0.87% -
XYZ 45.6 41.8 22.49 -
YUV 173.34 96.21 162 -
System Red Green Blue C M Y K H S L
Decimal 221 160 117 0 0.28 0.47 0.13 24.81 0.6 0.66
Hex DD A0 75 0 1C 2F D 19 3C 42
Octal 335 240 165 0 34 57 15 31 74 102
Binary 11011101 10100000 1110101 0 11100 101111 1101 11001 111100 1000010

Color Harmonies of #DDA075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA075

Black with #DDA075

Text Example


Text Example

White with #DDA075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA075; }

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

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

background-color css

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

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

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

border-color css

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

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

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