Html Css Color HEX #DDA585 Tumbleweed

📋 copy color: '#DDA585'

red 221 ◦ green 165 ◦ blue 133

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

Shades of Tumbleweed #DDA585

Tints of Tumbleweed #DDA585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.63%

R = 42.58%
G = 31.79%
B = 25.63%

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

#DDA585 (or 0xDDA585) is known color: Tumbleweed. HEX triplet: DD, A5 and 85. RGB value is (221,165,133). Sum of RGB (Red+Green+Blue) = 221+165+133=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 165 (64.84% from 255 or 31.79% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA585 is #225A7A. Grayscale: #B2B2B2. Windows color (decimal): -2251387 or 8758749. OLE color: 8758749.

HSL color Cylindrical-coordinate representation of color #DDA585: hue angle of 21.82º degrees, saturation: 0.56, 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 #DDA585 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 165 133 -
CMYK 0 0.25 0.40 0.13
HSL 21.82º 0.56% 0.69% -
HSV(B) 21.82º 0.4% 0.87% -
XYZ 47.51 43.98 28.17 -
YUV 178.1 102.55 158.6 -
System Red Green Blue C M Y K H S L
Decimal 221 165 133 0 0.25 0.40 0.13 21.82 0.56 0.69
Hex DD A5 85 0 19 28 D 16 38 45
Octal 335 245 205 0 31 50 15 26 70 105
Binary 11011101 10100101 10000101 0 11001 101000 1101 10110 111000 1000101

Color Harmonies of #DDA585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA585

Black with #DDA585

Text Example


Text Example

White with #DDA585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA585; }

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

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

background-color css

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

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

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

border-color css

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

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

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