Html Css Color HEX #DBA486 Tumbleweed

📋 copy color: '#DBA486'

red 219 ◦ green 164 ◦ blue 134

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

Shades of Tumbleweed #DBA486

Tints of Tumbleweed #DBA486

RGB

 RED value IS 219 (85.94% from 255) = 42.36%

 GREEN value IS 164 (64.45% from 255) = 31.72%

 BLUE value IS 134 (52.73% from 255) = 25.92%

R = 42.36%
G = 31.72%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DBA486 (or 0xDBA486) is known color: Tumbleweed. HEX triplet: DB, A4 and 86. RGB value is (219,164,134). Sum of RGB (Red+Green+Blue) = 219+164+134=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 134 (52.73% from 255 or 25.92% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA486 is #245B79. Grayscale: #B1B1B1. Windows color (decimal): -2382714 or 8824027. OLE color: 8824027.

HSL color Cylindrical-coordinate representation of color #DBA486: hue angle of 21.18º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBA486 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 164 134 -
CMYK 0 0.25 0.39 0.14
HSL 21.18º 0.54% 0.69% -
HSV(B) 21.18º 0.39% 0.86% -
XYZ 46.79 43.33 28.45 -
YUV 177.03 103.72 157.94 -
System Red Green Blue C M Y K H S L
Decimal 219 164 134 0 0.25 0.39 0.14 21.18 0.54 0.69
Hex DB A4 86 0 19 27 E 15 36 45
Octal 333 244 206 0 31 47 16 25 66 105
Binary 11011011 10100100 10000110 0 11001 100111 1110 10101 110110 1000101

Color Harmonies of #DBA486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA486

Black with #DBA486

Text Example


Text Example

White with #DBA486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA486; }

 p { color: rgb(219,164,134); }

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

background-color css

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

 a { background-color: rgb(219,164,134); }

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

border-color css

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

 span { border-color: rgb(219,164,134); }

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