Html Css Color HEX #DDA570 Tumbleweed

📋 copy color: '#DDA570'

red 221 ◦ green 165 ◦ blue 112

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

Shades of Tumbleweed #DDA570

Tints of Tumbleweed #DDA570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.49%

R = 44.38%
G = 33.13%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDA570 (or 0xDDA570) is known color: Tumbleweed. HEX triplet: DD, A5 and 70. RGB value is (221,165,112). Sum of RGB (Red+Green+Blue) = 221+165+112=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 165 (64.84% from 255 or 33.13% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA570 is #225A8F. Grayscale: #AFAFAF. Windows color (decimal): -2251408 or 7382493. OLE color: 7382493.

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

Color convert

RGB 221 165 112 -
CMYK 0 0.25 0.49 0.13
HSL 29.17º 0.62% 0.65% -
HSV(B) 29.17º 0.49% 0.87% -
XYZ 46.2 43.45 21.28 -
YUV 175.7 92.05 160.31 -
System Red Green Blue C M Y K H S L
Decimal 221 165 112 0 0.25 0.49 0.13 29.17 0.62 0.65
Hex DD A5 70 0 19 31 D 1D 3E 41
Octal 335 245 160 0 31 61 15 35 76 101
Binary 11011101 10100101 1110000 0 11001 110001 1101 11101 111110 1000001

Color Harmonies of #DDA570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA570

Black with #DDA570

Text Example


Text Example

White with #DDA570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA570; }

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

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

background-color css

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

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

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

border-color css

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

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

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