Html Css Color HEX #DDA57A Tumbleweed

📋 copy color: '#DDA57A'

red 221 ◦ green 165 ◦ blue 122

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

Shades of Tumbleweed #DDA57A

Tints of Tumbleweed #DDA57A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.48%

 BLUE value IS 122 (48.05% from 255) = 24.02%

R = 43.5%
G = 32.48%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDA57A (or 0xDDA57A) is known color: Tumbleweed. HEX triplet: DD, A5 and 7A. RGB value is (221,165,122). Sum of RGB (Red+Green+Blue) = 221+165+122=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA57A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA57A is #225A85. Grayscale: #B1B1B1. Windows color (decimal): -2251398 or 8037853. OLE color: 8037853.

HSL color Cylindrical-coordinate representation of color #DDA57A: hue angle of 26.06º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDA57A is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 165 122 -
CMYK 0 0.25 0.45 0.13
HSL 26.06º 0.59% 0.67% -
HSV(B) 26.06º 0.45% 0.87% -
XYZ 46.79 43.69 24.38 -
YUV 176.84 97.05 159.5 -
System Red Green Blue C M Y K H S L
Decimal 221 165 122 0 0.25 0.45 0.13 26.06 0.59 0.67
Hex DD A5 7A 0 19 2D D 1A 3B 43
Octal 335 245 172 0 31 55 15 32 73 103
Binary 11011101 10100101 1111010 0 11001 101101 1101 11010 111011 1000011

Color Harmonies of #DDA57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA57A

Black with #DDA57A

Text Example


Text Example

White with #DDA57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA57A; }

 p { color: rgb(221,165,122); }

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

background-color css

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

 a { background-color: rgb(221,165,122); }

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

border-color css

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

 span { border-color: rgb(221,165,122); }

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