Html Css Color HEX #DBA570 Tumbleweed

📋 copy color: '#DBA570'

red 219 ◦ green 165 ◦ blue 112

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

Shades of Tumbleweed #DBA570

Tints of Tumbleweed #DBA570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.58%

R = 44.15%
G = 33.27%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DBA570 (or 0xDBA570) is known color: Tumbleweed. HEX triplet: DB, A5 and 70. RGB value is (219,165,112). Sum of RGB (Red+Green+Blue) = 219+165+112=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA570 is #245A8F. Grayscale: #AFAFAF. Windows color (decimal): -2382480 or 7382491. OLE color: 7382491.

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

Color convert

RGB 219 165 112 -
CMYK 0 0.25 0.49 0.14
HSL 29.72º 0.6% 0.65% -
HSV(B) 29.72º 0.49% 0.86% -
XYZ 45.59 43.14 21.25 -
YUV 175.1 92.39 159.31 -
System Red Green Blue C M Y K H S L
Decimal 219 165 112 0 0.25 0.49 0.14 29.72 0.6 0.65
Hex DB A5 70 0 19 31 E 1E 3C 41
Octal 333 245 160 0 31 61 16 36 74 101
Binary 11011011 10100101 1110000 0 11001 110001 1110 11110 111100 1000001

Color Harmonies of #DBA570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA570

Black with #DBA570

Text Example


Text Example

White with #DBA570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA570; }

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

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

background-color css

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

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

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

border-color css

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

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

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