Html Css Color HEX #DDA47F Tumbleweed

📋 copy color: '#DDA47F'

red 221 ◦ green 164 ◦ blue 127

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

Shades of Tumbleweed #DDA47F

Tints of Tumbleweed #DDA47F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.8%

R = 43.16%
G = 32.03%
B = 24.8%

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

#DDA47F (or 0xDDA47F) is known color: Tumbleweed. HEX triplet: DD, A4 and 7F. RGB value is (221,164,127). Sum of RGB (Red+Green+Blue) = 221+164+127=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA47F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA47F is #225B80. Grayscale: #B1B1B1. Windows color (decimal): -2251649 or 8365277. OLE color: 8365277.

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

Color convert

RGB 221 164 127 -
CMYK 0 0.26 0.43 0.13
HSL 23.62º 0.58% 0.68% -
HSV(B) 23.62º 0.43% 0.87% -
XYZ 46.93 43.46 25.99 -
YUV 176.83 99.88 159.51 -
System Red Green Blue C M Y K H S L
Decimal 221 164 127 0 0.26 0.43 0.13 23.62 0.58 0.68
Hex DD A4 7F 0 1A 2B D 18 3A 44
Octal 335 244 177 0 32 53 15 30 72 104
Binary 11011101 10100100 1111111 0 11010 101011 1101 11000 111010 1000100

Color Harmonies of #DDA47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA47F

Black with #DDA47F

Text Example


Text Example

White with #DDA47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA47F; }

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

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

background-color css

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

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

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

border-color css

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

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

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