Html Css Color HEX #DBA481 Tumbleweed

📋 copy color: '#DBA481'

red 219 ◦ green 164 ◦ blue 129

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

Shades of Tumbleweed #DBA481

Tints of Tumbleweed #DBA481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.2%

R = 42.77%
G = 32.03%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DBA481 (or 0xDBA481) is known color: Tumbleweed. HEX triplet: DB, A4 and 81. RGB value is (219,164,129). Sum of RGB (Red+Green+Blue) = 219+164+129=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA481 is #245B7E. Grayscale: #B0B0B0. Windows color (decimal): -2382719 or 8496347. OLE color: 8496347.

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

Color convert

RGB 219 164 129 -
CMYK 0 0.25 0.41 0.14
HSL 23.33º 0.56% 0.68% -
HSV(B) 23.33º 0.41% 0.86% -
XYZ 46.45 43.2 26.66 -
YUV 176.46 101.22 158.35 -
System Red Green Blue C M Y K H S L
Decimal 219 164 129 0 0.25 0.41 0.14 23.33 0.56 0.68
Hex DB A4 81 0 19 29 E 17 38 44
Octal 333 244 201 0 31 51 16 27 70 104
Binary 11011011 10100100 10000001 0 11001 101001 1110 10111 111000 1000100

Color Harmonies of #DBA481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA481

Black with #DBA481

Text Example


Text Example

White with #DBA481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA481; }

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

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

background-color css

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

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

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

border-color css

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

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

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