Html Css Color HEX #DBA475 Tumbleweed

📋 copy color: '#DBA475'

red 219 ◦ green 164 ◦ blue 117

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

Shades of Tumbleweed #DBA475

Tints of Tumbleweed #DBA475

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.8%

 BLUE value IS 117 (46.09% from 255) = 23.4%

R = 43.8%
G = 32.8%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBA475 (or 0xDBA475) is known color: Tumbleweed. HEX triplet: DB, A4 and 75. RGB value is (219,164,117). Sum of RGB (Red+Green+Blue) = 219+164+117=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA475 is #245B8A. Grayscale: #AFAFAF. Windows color (decimal): -2382731 or 7709915. OLE color: 7709915.

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

Color convert

RGB 219 164 117 -
CMYK 0 0.25 0.47 0.14
HSL 27.65º 0.59% 0.66% -
HSV(B) 27.65º 0.47% 0.86% -
XYZ 45.7 42.9 22.7 -
YUV 175.09 95.22 159.32 -
System Red Green Blue C M Y K H S L
Decimal 219 164 117 0 0.25 0.47 0.14 27.65 0.59 0.66
Hex DB A4 75 0 19 2F E 1C 3B 42
Octal 333 244 165 0 31 57 16 34 73 102
Binary 11011011 10100100 1110101 0 11001 101111 1110 11100 111011 1000010

Color Harmonies of #DBA475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA475

Black with #DBA475

Text Example


Text Example

White with #DBA475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA475; }

 p { color: rgb(219,164,117); }

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

background-color css

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

 a { background-color: rgb(219,164,117); }

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

border-color css

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

 span { border-color: rgb(219,164,117); }

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