Html Css Color HEX #DBA674 Tumbleweed

📋 copy color: '#DBA674'

red 219 ◦ green 166 ◦ blue 116

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

Shades of Tumbleweed #DBA674

Tints of Tumbleweed #DBA674

RGB

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

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

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

R = 43.71%
G = 33.13%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBA674 (or 0xDBA674) is known color: Tumbleweed. HEX triplet: DB, A6 and 74. RGB value is (219,166,116). Sum of RGB (Red+Green+Blue) = 219+166+116=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA674 is #24598B. Grayscale: #B0B0B0. Windows color (decimal): -2382220 or 7644891. OLE color: 7644891.

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

Color convert

RGB 219 166 116 -
CMYK 0 0.24 0.47 0.14
HSL 29.13º 0.59% 0.66% -
HSV(B) 29.13º 0.47% 0.86% -
XYZ 46 43.59 22.51 -
YUV 176.15 94.06 158.57 -
System Red Green Blue C M Y K H S L
Decimal 219 166 116 0 0.24 0.47 0.14 29.13 0.59 0.66
Hex DB A6 74 0 18 2F E 1D 3B 42
Octal 333 246 164 0 30 57 16 35 73 102
Binary 11011011 10100110 1110100 0 11000 101111 1110 11101 111011 1000010

Color Harmonies of #DBA674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA674

Black with #DBA674

Text Example


Text Example

White with #DBA674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA674; }

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

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

background-color css

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

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

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

border-color css

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

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

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