Html Css Color HEX #DDA07D Tumbleweed

📋 copy color: '#DDA07D'

red 221 ◦ green 160 ◦ blue 125

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

Shades of Tumbleweed #DDA07D

Tints of Tumbleweed #DDA07D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.62%

 BLUE value IS 125 (49.22% from 255) = 24.7%

R = 43.68%
G = 31.62%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDA07D (or 0xDDA07D) is known color: Tumbleweed. HEX triplet: DD, A0 and 7D. RGB value is (221,160,125). Sum of RGB (Red+Green+Blue) = 221+160+125=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA07D is #225F82. Grayscale: #AEAEAE. Windows color (decimal): -2252675 or 8233181. OLE color: 8233181.

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

Color convert

RGB 221 160 125 -
CMYK 0 0.28 0.43 0.13
HSL 21.88º 0.59% 0.68% -
HSV(B) 21.88º 0.43% 0.87% -
XYZ 46.09 41.99 25.08 -
YUV 174.25 100.21 161.35 -
System Red Green Blue C M Y K H S L
Decimal 221 160 125 0 0.28 0.43 0.13 21.88 0.59 0.68
Hex DD A0 7D 0 1C 2B D 16 3B 44
Octal 335 240 175 0 34 53 15 26 73 104
Binary 11011101 10100000 1111101 0 11100 101011 1101 10110 111011 1000100

Color Harmonies of #DDA07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA07D

Black with #DDA07D

Text Example


Text Example

White with #DDA07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA07D; }

 p { color: rgb(221,160,125); }

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

background-color css

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

 a { background-color: rgb(221,160,125); }

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

border-color css

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

 span { border-color: rgb(221,160,125); }

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