Html Css Color HEX #DBA985 Tumbleweed

📋 copy color: '#DBA985'

red 219 ◦ green 169 ◦ blue 133

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

Shades of Tumbleweed #DBA985

Tints of Tumbleweed #DBA985

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.44%

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

R = 42.03%
G = 32.44%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DBA985 (or 0xDBA985) is known color: Tumbleweed. HEX triplet: DB, A9 and 85. RGB value is (219,169,133). Sum of RGB (Red+Green+Blue) = 219+169+133=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA985 is #24567A. Grayscale: #B4B4B4. Windows color (decimal): -2381435 or 8759771. OLE color: 8759771.

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

Color convert

RGB 219 169 133 -
CMYK 0 0.23 0.39 0.14
HSL 25.12º 0.54% 0.69% -
HSV(B) 25.12º 0.39% 0.86% -
XYZ 47.64 45.13 28.39 -
YUV 179.85 101.57 155.93 -
System Red Green Blue C M Y K H S L
Decimal 219 169 133 0 0.23 0.39 0.14 25.12 0.54 0.69
Hex DB A9 85 0 17 27 E 19 36 45
Octal 333 251 205 0 27 47 16 31 66 105
Binary 11011011 10101001 10000101 0 10111 100111 1110 11001 110110 1000101

Color Harmonies of #DBA985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA985

Black with #DBA985

Text Example


Text Example

White with #DBA985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA985; }

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

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

background-color css

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

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

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

border-color css

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

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

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