Html Css Color HEX #DBA084 Tumbleweed

📋 copy color: '#DBA084'

red 219 ◦ green 160 ◦ blue 132

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

Shades of Tumbleweed #DBA084

Tints of Tumbleweed #DBA084

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.31%

 BLUE value IS 132 (51.95% from 255) = 25.83%

R = 42.86%
G = 31.31%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DBA084 (or 0xDBA084) is known color: Tumbleweed. HEX triplet: DB, A0 and 84. RGB value is (219,160,132). Sum of RGB (Red+Green+Blue) = 219+160+132=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA084 is #245F7B. Grayscale: #AEAEAE. Windows color (decimal): -2383740 or 8691931. OLE color: 8691931.

HSL color Cylindrical-coordinate representation of color #DBA084: hue angle of 19.31º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBA084 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 160 132 -
CMYK 0 0.27 0.40 0.14
HSL 19.31º 0.55% 0.69% -
HSV(B) 19.31º 0.4% 0.86% -
XYZ 45.95 41.87 27.49 -
YUV 174.45 104.05 159.78 -
System Red Green Blue C M Y K H S L
Decimal 219 160 132 0 0.27 0.40 0.14 19.31 0.55 0.69
Hex DB A0 84 0 1B 28 E 13 37 45
Octal 333 240 204 0 33 50 16 23 67 105
Binary 11011011 10100000 10000100 0 11011 101000 1110 10011 110111 1000101

Color Harmonies of #DBA084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA084

Black with #DBA084

Text Example


Text Example

White with #DBA084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA084; }

 p { color: rgb(219,160,132); }

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

background-color css

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

 a { background-color: rgb(219,160,132); }

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

border-color css

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

 span { border-color: rgb(219,160,132); }

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