Html Css Color HEX #DBA670 Tumbleweed

📋 copy color: '#DBA670'

red 219 ◦ green 166 ◦ blue 112

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

Shades of Tumbleweed #DBA670

Tints of Tumbleweed #DBA670

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.4%

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

R = 44.06%
G = 33.4%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DBA670 (or 0xDBA670) is known color: Tumbleweed. HEX triplet: DB, A6 and 70. RGB value is (219,166,112). Sum of RGB (Red+Green+Blue) = 219+166+112=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA670 is #24598F. Grayscale: #AFAFAF. Windows color (decimal): -2382224 or 7382747. OLE color: 7382747.

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

Color convert

RGB 219 166 112 -
CMYK 0 0.24 0.49 0.14
HSL 30.28º 0.6% 0.65% -
HSV(B) 30.28º 0.49% 0.86% -
XYZ 45.77 43.5 21.31 -
YUV 175.69 92.06 158.89 -
System Red Green Blue C M Y K H S L
Decimal 219 166 112 0 0.24 0.49 0.14 30.28 0.6 0.65
Hex DB A6 70 0 18 31 E 1E 3C 41
Octal 333 246 160 0 30 61 16 36 74 101
Binary 11011011 10100110 1110000 0 11000 110001 1110 11110 111100 1000001

Color Harmonies of #DBA670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA670

Black with #DBA670

Text Example


Text Example

White with #DBA670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA670; }

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

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

background-color css

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

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

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

border-color css

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

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

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