Html Css Color HEX #DDAC89 Tumbleweed

📋 copy color: '#DDAC89'

red 221 ◦ green 172 ◦ blue 137

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

Shades of Tumbleweed #DDAC89

Tints of Tumbleweed #DDAC89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 25.85%

R = 41.7%
G = 32.45%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDAC89 (or 0xDDAC89) is known color: Tumbleweed. HEX triplet: DD, AC and 89. RGB value is (221,172,137). Sum of RGB (Red+Green+Blue) = 221+172+137=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 137 (53.91% from 255 or 25.85% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAC89 is #225376. Grayscale: #B6B6B6. Windows color (decimal): -2249591 or 9022685. OLE color: 9022685.

HSL color Cylindrical-coordinate representation of color #DDAC89: hue angle of 25º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDAC89 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 172 137 -
CMYK 0 0.22 0.38 0.13
HSL 25º 0.55% 0.7% -
HSV(B) 25º 0.38% 0.87% -
XYZ 49.09 46.68 30.09 -
YUV 182.66 102.23 155.35 -
System Red Green Blue C M Y K H S L
Decimal 221 172 137 0 0.22 0.38 0.13 25 0.55 0.7
Hex DD AC 89 0 16 26 D 19 37 46
Octal 335 254 211 0 26 46 15 31 67 106
Binary 11011101 10101100 10001001 0 10110 100110 1101 11001 110111 1000110

Color Harmonies of #DDAC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC89

Black with #DDAC89

Text Example


Text Example

White with #DDAC89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC89; }

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

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

background-color css

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

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

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

border-color css

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

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

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