Html Css Color HEX #DBA274 Tumbleweed

📋 copy color: '#DBA274'

red 219 ◦ green 162 ◦ blue 116

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

Shades of Tumbleweed #DBA274

Tints of Tumbleweed #DBA274

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.6%

 BLUE value IS 116 (45.7% from 255) = 23.34%

R = 44.06%
G = 32.6%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBA274 (or 0xDBA274) is known color: Tumbleweed. HEX triplet: DB, A2 and 74. RGB value is (219,162,116). Sum of RGB (Red+Green+Blue) = 219+162+116=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA274 is #245D8B. Grayscale: #AEAEAE. Windows color (decimal): -2383244 or 7643867. OLE color: 7643867.

HSL color Cylindrical-coordinate representation of color #DBA274: hue angle of 26.8º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBA274 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 162 116 -
CMYK 0 0.26 0.47 0.14
HSL 26.8º 0.59% 0.66% -
HSV(B) 26.8º 0.47% 0.86% -
XYZ 45.29 42.16 22.27 -
YUV 173.8 95.38 160.24 -
System Red Green Blue C M Y K H S L
Decimal 219 162 116 0 0.26 0.47 0.14 26.8 0.59 0.66
Hex DB A2 74 0 1A 2F E 1B 3B 42
Octal 333 242 164 0 32 57 16 33 73 102
Binary 11011011 10100010 1110100 0 11010 101111 1110 11011 111011 1000010

Color Harmonies of #DBA274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA274

Black with #DBA274

Text Example


Text Example

White with #DBA274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA274; }

 p { color: rgb(219,162,116); }

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

background-color css

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

 a { background-color: rgb(219,162,116); }

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

border-color css

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

 span { border-color: rgb(219,162,116); }

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