Html Css Color HEX #DDA58C Tumbleweed

📋 copy color: '#DDA58C'

red 221 ◦ green 165 ◦ blue 140

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

Shades of Tumbleweed #DDA58C

Tints of Tumbleweed #DDA58C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.62%

R = 42.02%
G = 31.37%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DDA58C (or 0xDDA58C) is known color: Tumbleweed. HEX triplet: DD, A5 and 8C. RGB value is (221,165,140). Sum of RGB (Red+Green+Blue) = 221+165+140=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA58C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA58C is #225A73. Grayscale: #B3B3B3. Windows color (decimal): -2251380 or 9217501. OLE color: 9217501.

HSL color Cylindrical-coordinate representation of color #DDA58C: hue angle of 18.52º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDA58C is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 165 140 -
CMYK 0 0.25 0.37 0.13
HSL 18.52º 0.54% 0.71% -
HSV(B) 18.52º 0.37% 0.87% -
XYZ 48.01 44.18 30.81 -
YUV 178.89 106.05 158.03 -
System Red Green Blue C M Y K H S L
Decimal 221 165 140 0 0.25 0.37 0.13 18.52 0.54 0.71
Hex DD A5 8C 0 19 25 D 13 36 47
Octal 335 245 214 0 31 45 15 23 66 107
Binary 11011101 10100101 10001100 0 11001 100101 1101 10011 110110 1000111

Color Harmonies of #DDA58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA58C

Black with #DDA58C

Text Example


Text Example

White with #DDA58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA58C; }

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

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

background-color css

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

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

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

border-color css

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

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

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