Html Css Color HEX #DDA388 Tumbleweed

📋 copy color: '#DDA388'

red 221 ◦ green 163 ◦ blue 136

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

Shades of Tumbleweed #DDA388

Tints of Tumbleweed #DDA388

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.35%

 BLUE value IS 136 (53.52% from 255) = 26.15%

R = 42.5%
G = 31.35%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDA388 (or 0xDDA388) is known color: Tumbleweed. HEX triplet: DD, A3 and 88. RGB value is (221,163,136). Sum of RGB (Red+Green+Blue) = 221+163+136=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA388 is #225C77. Grayscale: #B1B1B1. Windows color (decimal): -2251896 or 8954845. OLE color: 8954845.

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

Color convert

RGB 221 163 136 -
CMYK 0 0.26 0.38 0.13
HSL 19.06º 0.56% 0.7% -
HSV(B) 19.06º 0.38% 0.87% -
XYZ 47.36 43.34 29.16 -
YUV 177.26 104.72 159.2 -
System Red Green Blue C M Y K H S L
Decimal 221 163 136 0 0.26 0.38 0.13 19.06 0.56 0.7
Hex DD A3 88 0 1A 26 D 13 38 46
Octal 335 243 210 0 32 46 15 23 70 106
Binary 11011101 10100011 10001000 0 11010 100110 1101 10011 111000 1000110

Color Harmonies of #DDA388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA388

Black with #DDA388

Text Example


Text Example

White with #DDA388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA388; }

 p { color: rgb(221,163,136); }

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

background-color css

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

 a { background-color: rgb(221,163,136); }

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

border-color css

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

 span { border-color: rgb(221,163,136); }

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