Html Css Color HEX #DDAB8A Tumbleweed

📋 copy color: '#DDAB8A'

red 221 ◦ green 171 ◦ blue 138

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

Shades of Tumbleweed #DDAB8A

Tints of Tumbleweed #DDAB8A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.26%

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

R = 41.7%
G = 32.26%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDAB8A (or 0xDDAB8A) is known color: Tumbleweed. HEX triplet: DD, AB and 8A. RGB value is (221,171,138). Sum of RGB (Red+Green+Blue) = 221+171+138=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAB8A is #225475. Grayscale: #B6B6B6. Windows color (decimal): -2249846 or 9087965. OLE color: 9087965.

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

Color convert

RGB 221 171 138 -
CMYK 0 0.23 0.38 0.13
HSL 23.86º 0.55% 0.7% -
HSV(B) 23.86º 0.38% 0.87% -
XYZ 48.97 46.33 30.41 -
YUV 182.19 103.07 155.68 -
System Red Green Blue C M Y K H S L
Decimal 221 171 138 0 0.23 0.38 0.13 23.86 0.55 0.7
Hex DD AB 8A 0 17 26 D 18 37 46
Octal 335 253 212 0 27 46 15 30 67 106
Binary 11011101 10101011 10001010 0 10111 100110 1101 11000 110111 1000110

Color Harmonies of #DDAB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB8A

Black with #DDAB8A

Text Example


Text Example

White with #DDAB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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