Html Css Color HEX #DDA685 Tumbleweed

📋 copy color: '#DDA685'

red 221 ◦ green 166 ◦ blue 133

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

Shades of Tumbleweed #DDA685

Tints of Tumbleweed #DDA685

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.92%

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

R = 42.5%
G = 31.92%
B = 25.58%

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

#DDA685 (or 0xDDA685) is known color: Tumbleweed. HEX triplet: DD, A6 and 85. RGB value is (221,166,133). Sum of RGB (Red+Green+Blue) = 221+166+133=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA685 is #22597A. Grayscale: #B2B2B2. Windows color (decimal): -2251131 or 8759005. OLE color: 8759005.

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

Color convert

RGB 221 166 133 -
CMYK 0 0.25 0.40 0.13
HSL 22.5º 0.56% 0.69% -
HSV(B) 22.5º 0.4% 0.87% -
XYZ 47.69 44.34 28.23 -
YUV 178.68 102.22 158.18 -
System Red Green Blue C M Y K H S L
Decimal 221 166 133 0 0.25 0.40 0.13 22.5 0.56 0.69
Hex DD A6 85 0 19 28 D 16 38 45
Octal 335 246 205 0 31 50 15 26 70 105
Binary 11011101 10100110 10000101 0 11001 101000 1101 10110 111000 1000101

Color Harmonies of #DDA685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA685

Black with #DDA685

Text Example


Text Example

White with #DDA685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA685; }

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

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

background-color css

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

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

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

border-color css

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

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

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