Html Css Color HEX #DDA584 Tumbleweed

📋 copy color: '#DDA584'

red 221 ◦ green 165 ◦ blue 132

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

Shades of Tumbleweed #DDA584

Tints of Tumbleweed #DDA584

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.85%

 BLUE value IS 132 (51.95% from 255) = 25.48%

R = 42.66%
G = 31.85%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DDA584 (or 0xDDA584) is known color: Tumbleweed. HEX triplet: DD, A5 and 84. RGB value is (221,165,132). Sum of RGB (Red+Green+Blue) = 221+165+132=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 165 (64.84% from 255 or 31.85% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA584 is #225A7B. Grayscale: #B2B2B2. Windows color (decimal): -2251388 or 8693213. OLE color: 8693213.

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

Color convert

RGB 221 165 132 -
CMYK 0 0.25 0.40 0.13
HSL 22.25º 0.57% 0.69% -
HSV(B) 22.25º 0.4% 0.87% -
XYZ 47.44 43.95 27.81 -
YUV 177.98 102.05 158.68 -
System Red Green Blue C M Y K H S L
Decimal 221 165 132 0 0.25 0.40 0.13 22.25 0.57 0.69
Hex DD A5 84 0 19 28 D 16 39 45
Octal 335 245 204 0 31 50 15 26 71 105
Binary 11011101 10100101 10000100 0 11001 101000 1101 10110 111001 1000101

Color Harmonies of #DDA584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA584

Black with #DDA584

Text Example


Text Example

White with #DDA584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA584; }

 p { color: rgb(221,165,132); }

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

background-color css

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

 a { background-color: rgb(221,165,132); }

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

border-color css

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

 span { border-color: rgb(221,165,132); }

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