Html Css Color HEX #DDAC85 Tumbleweed

📋 copy color: '#DDAC85'

red 221 ◦ green 172 ◦ blue 133

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

Shades of Tumbleweed #DDAC85

Tints of Tumbleweed #DDAC85

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.7%

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

R = 42.02%
G = 32.7%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DDAC85 (or 0xDDAC85) is known color: Tumbleweed. HEX triplet: DD, AC and 85. RGB value is (221,172,133). Sum of RGB (Red+Green+Blue) = 221+172+133=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAC85 is #22537A. Grayscale: #B6B6B6. Windows color (decimal): -2249595 or 8760541. OLE color: 8760541.

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

Color convert

RGB 221 172 133 -
CMYK 0 0.22 0.40 0.13
HSL 26.59º 0.56% 0.69% -
HSV(B) 26.59º 0.4% 0.87% -
XYZ 48.8 46.57 28.61 -
YUV 182.21 100.23 155.67 -
System Red Green Blue C M Y K H S L
Decimal 221 172 133 0 0.22 0.40 0.13 26.59 0.56 0.69
Hex DD AC 85 0 16 28 D 1B 38 45
Octal 335 254 205 0 26 50 15 33 70 105
Binary 11011101 10101100 10000101 0 10110 101000 1101 11011 111000 1000101

Color Harmonies of #DDAC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC85

Black with #DDAC85

Text Example


Text Example

White with #DDAC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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