Html Css Color HEX #DBA585 Tumbleweed

📋 copy color: '#DBA585'

red 219 ◦ green 165 ◦ blue 133

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

Shades of Tumbleweed #DBA585

Tints of Tumbleweed #DBA585

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.91%

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

R = 42.36%
G = 31.91%
B = 25.73%

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

#DBA585 (or 0xDBA585) is known color: Tumbleweed. HEX triplet: DB, A5 and 85. RGB value is (219,165,133). Sum of RGB (Red+Green+Blue) = 219+165+133=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA585 is #245A7A. Grayscale: #B1B1B1. Windows color (decimal): -2382459 or 8758747. OLE color: 8758747.

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

Color convert

RGB 219 165 133 -
CMYK 0 0.25 0.39 0.14
HSL 22.33º 0.54% 0.69% -
HSV(B) 22.33º 0.39% 0.86% -
XYZ 46.9 43.66 28.15 -
YUV 177.5 102.89 157.6 -
System Red Green Blue C M Y K H S L
Decimal 219 165 133 0 0.25 0.39 0.14 22.33 0.54 0.69
Hex DB A5 85 0 19 27 E 16 36 45
Octal 333 245 205 0 31 47 16 26 66 105
Binary 11011011 10100101 10000101 0 11001 100111 1110 10110 110110 1000101

Color Harmonies of #DBA585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA585

Black with #DBA585

Text Example


Text Example

White with #DBA585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA585; }

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

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

background-color css

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

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

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

border-color css

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

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

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