Html Css Color HEX #DBA074 Tumbleweed

📋 copy color: '#DBA074'

red 219 ◦ green 160 ◦ blue 116

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

Shades of Tumbleweed #DBA074

Tints of Tumbleweed #DBA074

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.32%

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

R = 44.24%
G = 32.32%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBA074 (or 0xDBA074) is known color: Tumbleweed. HEX triplet: DB, A0 and 74. RGB value is (219,160,116). Sum of RGB (Red+Green+Blue) = 219+160+116=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA074 is #245F8B. Grayscale: #ACACAC. Windows color (decimal): -2383756 or 7643355. OLE color: 7643355.

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

Color convert

RGB 219 160 116 -
CMYK 0 0.27 0.47 0.14
HSL 25.63º 0.59% 0.66% -
HSV(B) 25.63º 0.47% 0.86% -
XYZ 44.94 41.46 22.16 -
YUV 172.63 96.05 161.08 -
System Red Green Blue C M Y K H S L
Decimal 219 160 116 0 0.27 0.47 0.14 25.63 0.59 0.66
Hex DB A0 74 0 1B 2F E 1A 3B 42
Octal 333 240 164 0 33 57 16 32 73 102
Binary 11011011 10100000 1110100 0 11011 101111 1110 11010 111011 1000010

Color Harmonies of #DBA074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA074

Black with #DBA074

Text Example


Text Example

White with #DBA074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA074; }

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

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

background-color css

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

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

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

border-color css

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

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

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