Html Css Color HEX #DDA681 Tumbleweed

📋 copy color: '#DDA681'

red 221 ◦ green 166 ◦ blue 129

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

Shades of Tumbleweed #DDA681

Tints of Tumbleweed #DDA681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25%

R = 42.83%
G = 32.17%
B = 25%

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

#DDA681 (or 0xDDA681) is known color: Tumbleweed. HEX triplet: DD, A6 and 81. RGB value is (221,166,129). Sum of RGB (Red+Green+Blue) = 221+166+129=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 129 (50.78% from 255 or 25% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA681 is #22597E. Grayscale: #B2B2B2. Windows color (decimal): -2251135 or 8496861. OLE color: 8496861.

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

Color convert

RGB 221 166 129 -
CMYK 0 0.25 0.42 0.13
HSL 24.13º 0.58% 0.69% -
HSV(B) 24.13º 0.42% 0.87% -
XYZ 47.42 44.23 26.81 -
YUV 178.23 100.22 158.51 -
System Red Green Blue C M Y K H S L
Decimal 221 166 129 0 0.25 0.42 0.13 24.13 0.58 0.69
Hex DD A6 81 0 19 2A D 18 3A 45
Octal 335 246 201 0 31 52 15 30 72 105
Binary 11011101 10100110 10000001 0 11001 101010 1101 11000 111010 1000101

Color Harmonies of #DDA681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA681

Black with #DDA681

Text Example


Text Example

White with #DDA681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA681; }

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

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

background-color css

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

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

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

border-color css

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

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

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