Html Css Color HEX #DDA680 Tumbleweed

📋 copy color: '#DDA680'

red 221 ◦ green 166 ◦ blue 128

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

Shades of Tumbleweed #DDA680

Tints of Tumbleweed #DDA680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.85%

R = 42.91%
G = 32.23%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DDA680 (or 0xDDA680) is known color: Tumbleweed. HEX triplet: DD, A6 and 80. RGB value is (221,166,128). Sum of RGB (Red+Green+Blue) = 221+166+128=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA680 is #22597F. Grayscale: #B2B2B2. Windows color (decimal): -2251136 or 8431325. OLE color: 8431325.

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

Color convert

RGB 221 166 128 -
CMYK 0 0.25 0.42 0.13
HSL 24.52º 0.58% 0.68% -
HSV(B) 24.52º 0.42% 0.87% -
XYZ 47.35 44.2 26.46 -
YUV 178.11 99.72 158.59 -
System Red Green Blue C M Y K H S L
Decimal 221 166 128 0 0.25 0.42 0.13 24.52 0.58 0.68
Hex DD A6 80 0 19 2A D 19 3A 44
Octal 335 246 200 0 31 52 15 31 72 104
Binary 11011101 10100110 10000000 0 11001 101010 1101 11001 111010 1000100

Color Harmonies of #DDA680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA680

Black with #DDA680

Text Example


Text Example

White with #DDA680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA680; }

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

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

background-color css

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

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

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

border-color css

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

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

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