Html Css Color HEX #DDA47E Tumbleweed

📋 copy color: '#DDA47E'

red 221 ◦ green 164 ◦ blue 126

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

Shades of Tumbleweed #DDA47E

Tints of Tumbleweed #DDA47E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.09%

 BLUE value IS 126 (49.61% from 255) = 24.66%

R = 43.25%
G = 32.09%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDA47E (or 0xDDA47E) is known color: Tumbleweed. HEX triplet: DD, A4 and 7E. RGB value is (221,164,126). Sum of RGB (Red+Green+Blue) = 221+164+126=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA47E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA47E is #225B81. Grayscale: #B0B0B0. Windows color (decimal): -2251650 or 8299741. OLE color: 8299741.

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

Color convert

RGB 221 164 126 -
CMYK 0 0.26 0.43 0.13
HSL 24º 0.58% 0.68% -
HSV(B) 24º 0.43% 0.87% -
XYZ 46.86 43.43 25.65 -
YUV 176.71 99.38 159.59 -
System Red Green Blue C M Y K H S L
Decimal 221 164 126 0 0.26 0.43 0.13 24 0.58 0.68
Hex DD A4 7E 0 1A 2B D 18 3A 44
Octal 335 244 176 0 32 53 15 30 72 104
Binary 11011101 10100100 1111110 0 11010 101011 1101 11000 111010 1000100

Color Harmonies of #DDA47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA47E

Black with #DDA47E

Text Example


Text Example

White with #DDA47E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA47E; }

 p { color: rgb(221,164,126); }

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

background-color css

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

 a { background-color: rgb(221,164,126); }

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

border-color css

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

 span { border-color: rgb(221,164,126); }

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