Html Css Color HEX #DDA58A Tumbleweed

📋 copy color: '#DDA58A'

red 221 ◦ green 165 ◦ blue 138

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

Shades of Tumbleweed #DDA58A

Tints of Tumbleweed #DDA58A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.34%

R = 42.18%
G = 31.49%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDA58A (or 0xDDA58A) is known color: Tumbleweed. HEX triplet: DD, A5 and 8A. RGB value is (221,165,138). Sum of RGB (Red+Green+Blue) = 221+165+138=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA58A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA58A is #225A75. Grayscale: #B2B2B2. Windows color (decimal): -2251382 or 9086429. OLE color: 9086429.

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

Color convert

RGB 221 165 138 -
CMYK 0 0.25 0.38 0.13
HSL 19.52º 0.55% 0.7% -
HSV(B) 19.52º 0.38% 0.87% -
XYZ 47.86 44.12 30.04 -
YUV 178.67 105.05 158.2 -
System Red Green Blue C M Y K H S L
Decimal 221 165 138 0 0.25 0.38 0.13 19.52 0.55 0.7
Hex DD A5 8A 0 19 26 D 14 37 46
Octal 335 245 212 0 31 46 15 24 67 106
Binary 11011101 10100101 10001010 0 11001 100110 1101 10100 110111 1000110

Color Harmonies of #DDA58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA58A

Black with #DDA58A

Text Example


Text Example

White with #DDA58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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