Html Css Color HEX #DDA385 Tumbleweed

📋 copy color: '#DDA385'

red 221 ◦ green 163 ◦ blue 133

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

Shades of Tumbleweed #DDA385

Tints of Tumbleweed #DDA385

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.53%

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

R = 42.75%
G = 31.53%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DDA385 (or 0xDDA385) is known color: Tumbleweed. HEX triplet: DD, A3 and 85. RGB value is (221,163,133). Sum of RGB (Red+Green+Blue) = 221+163+133=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA385 is #225C7A. Grayscale: #B1B1B1. Windows color (decimal): -2251899 or 8758237. OLE color: 8758237.

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

Color convert

RGB 221 163 133 -
CMYK 0 0.26 0.40 0.13
HSL 20.45º 0.56% 0.69% -
HSV(B) 20.45º 0.4% 0.87% -
XYZ 47.15 43.26 28.06 -
YUV 176.92 103.22 159.44 -
System Red Green Blue C M Y K H S L
Decimal 221 163 133 0 0.26 0.40 0.13 20.45 0.56 0.69
Hex DD A3 85 0 1A 28 D 14 38 45
Octal 335 243 205 0 32 50 15 24 70 105
Binary 11011101 10100011 10000101 0 11010 101000 1101 10100 111000 1000101

Color Harmonies of #DDA385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA385

Black with #DDA385

Text Example


Text Example

White with #DDA385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA385; }

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

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

background-color css

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

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

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

border-color css

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

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

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