Html Css Color HEX #DBA485 Tumbleweed

📋 copy color: '#DBA485'

red 219 ◦ green 164 ◦ blue 133

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

Shades of Tumbleweed #DBA485

Tints of Tumbleweed #DBA485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.78%

R = 42.44%
G = 31.78%
B = 25.78%

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

#DBA485 (or 0xDBA485) is known color: Tumbleweed. HEX triplet: DB, A4 and 85. RGB value is (219,164,133). Sum of RGB (Red+Green+Blue) = 219+164+133=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 164 (64.45% from 255 or 31.78% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA485 is #245B7A. Grayscale: #B1B1B1. Windows color (decimal): -2382715 or 8758491. OLE color: 8758491.

HSL color Cylindrical-coordinate representation of color #DBA485: hue angle of 21.63º 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 #DBA485 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 164 133 -
CMYK 0 0.25 0.39 0.14
HSL 21.63º 0.54% 0.69% -
HSV(B) 21.63º 0.39% 0.86% -
XYZ 46.72 43.3 28.09 -
YUV 176.91 103.22 158.02 -
System Red Green Blue C M Y K H S L
Decimal 219 164 133 0 0.25 0.39 0.14 21.63 0.54 0.69
Hex DB A4 85 0 19 27 E 16 36 45
Octal 333 244 205 0 31 47 16 26 66 105
Binary 11011011 10100100 10000101 0 11001 100111 1110 10110 110110 1000101

Color Harmonies of #DBA485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA485

Black with #DBA485

Text Example


Text Example

White with #DBA485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA485; }

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

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

background-color css

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

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

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

border-color css

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

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

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