Html Css Color HEX #DDA888 Tumbleweed

📋 copy color: '#DDA888'

red 221 ◦ green 168 ◦ blue 136

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

Shades of Tumbleweed #DDA888

Tints of Tumbleweed #DDA888

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32%

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

R = 42.1%
G = 32%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDA888 (or 0xDDA888) is known color: Tumbleweed. HEX triplet: DD, A8 and 88. RGB value is (221,168,136). Sum of RGB (Red+Green+Blue) = 221+168+136=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 136 (53.52% from 255 or 25.90% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA888 is #225777. Grayscale: #B4B4B4. Windows color (decimal): -2250616 or 8956125. OLE color: 8956125.

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

Color convert

RGB 221 168 136 -
CMYK 0 0.24 0.38 0.13
HSL 22.59º 0.56% 0.7% -
HSV(B) 22.59º 0.38% 0.87% -
XYZ 48.27 45.15 29.46 -
YUV 180.2 103.06 157.1 -
System Red Green Blue C M Y K H S L
Decimal 221 168 136 0 0.24 0.38 0.13 22.59 0.56 0.7
Hex DD A8 88 0 18 26 D 17 38 46
Octal 335 250 210 0 30 46 15 27 70 106
Binary 11011101 10101000 10001000 0 11000 100110 1101 10111 111000 1000110

Color Harmonies of #DDA888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA888

Black with #DDA888

Text Example


Text Example

White with #DDA888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA888; }

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

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

background-color css

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

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

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

border-color css

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

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

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