Html Css Color HEX #DDA670 Tumbleweed

📋 copy color: '#DDA670'

red 221 ◦ green 166 ◦ blue 112

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

Shades of Tumbleweed #DDA670

Tints of Tumbleweed #DDA670

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.27%

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

R = 44.29%
G = 33.27%
B = 22.44%

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

#DDA670 (or 0xDDA670) is known color: Tumbleweed. HEX triplet: DD, A6 and 70. RGB value is (221,166,112). Sum of RGB (Red+Green+Blue) = 221+166+112=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 166 (65.23% from 255 or 33.27% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA670 is #22598F. Grayscale: #B0B0B0. Windows color (decimal): -2251152 or 7382749. OLE color: 7382749.

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

Color convert

RGB 221 166 112 -
CMYK 0 0.25 0.49 0.13
HSL 29.72º 0.62% 0.65% -
HSV(B) 29.72º 0.49% 0.87% -
XYZ 46.38 43.81 21.34 -
YUV 176.29 91.72 159.89 -
System Red Green Blue C M Y K H S L
Decimal 221 166 112 0 0.25 0.49 0.13 29.72 0.62 0.65
Hex DD A6 70 0 19 31 D 1E 3E 41
Octal 335 246 160 0 31 61 15 36 76 101
Binary 11011101 10100110 1110000 0 11001 110001 1101 11110 111110 1000001

Color Harmonies of #DDA670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA670

Black with #DDA670

Text Example


Text Example

White with #DDA670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA670; }

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

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

background-color css

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

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

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

border-color css

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

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

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