Html Css Color HEX #DDA782 Tumbleweed

📋 copy color: '#DDA782'

red 221 ◦ green 167 ◦ blue 130

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

Shades of Tumbleweed #DDA782

Tints of Tumbleweed #DDA782

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.24%

 BLUE value IS 130 (51.17% from 255) = 25.1%

R = 42.66%
G = 32.24%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DDA782 (or 0xDDA782) is known color: Tumbleweed. HEX triplet: DD, A7 and 82. RGB value is (221,167,130). Sum of RGB (Red+Green+Blue) = 221+167+130=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA782 is #22587D. Grayscale: #B3B3B3. Windows color (decimal): -2250878 or 8562653. OLE color: 8562653.

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

Color convert

RGB 221 167 130 -
CMYK 0 0.24 0.41 0.13
HSL 24.4º 0.57% 0.69% -
HSV(B) 24.4º 0.41% 0.87% -
XYZ 47.67 44.62 27.22 -
YUV 178.93 100.39 158.01 -
System Red Green Blue C M Y K H S L
Decimal 221 167 130 0 0.24 0.41 0.13 24.4 0.57 0.69
Hex DD A7 82 0 18 29 D 18 39 45
Octal 335 247 202 0 30 51 15 30 71 105
Binary 11011101 10100111 10000010 0 11000 101001 1101 11000 111001 1000101

Color Harmonies of #DDA782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA782

Black with #DDA782

Text Example


Text Example

White with #DDA782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA782; }

 p { color: rgb(221,167,130); }

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

background-color css

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

 a { background-color: rgb(221,167,130); }

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

border-color css

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

 span { border-color: rgb(221,167,130); }

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