Html Css Color HEX #DBA574 Tumbleweed

📋 copy color: '#DBA574'

red 219 ◦ green 165 ◦ blue 116

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

Shades of Tumbleweed #DBA574

Tints of Tumbleweed #DBA574

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33%

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

R = 43.8%
G = 33%
B = 23.2%

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

#DBA574 (or 0xDBA574) is known color: Tumbleweed. HEX triplet: DB, A5 and 74. RGB value is (219,165,116). Sum of RGB (Red+Green+Blue) = 219+165+116=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA574 is #245A8B. Grayscale: #AFAFAF. Windows color (decimal): -2382476 or 7644635. OLE color: 7644635.

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

Color convert

RGB 219 165 116 -
CMYK 0 0.25 0.47 0.14
HSL 28.54º 0.59% 0.66% -
HSV(B) 28.54º 0.47% 0.86% -
XYZ 45.82 43.23 22.45 -
YUV 175.56 94.39 158.98 -
System Red Green Blue C M Y K H S L
Decimal 219 165 116 0 0.25 0.47 0.14 28.54 0.59 0.66
Hex DB A5 74 0 19 2F E 1D 3B 42
Octal 333 245 164 0 31 57 16 35 73 102
Binary 11011011 10100101 1110100 0 11001 101111 1110 11101 111011 1000010

Color Harmonies of #DBA574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA574

Black with #DBA574

Text Example


Text Example

White with #DBA574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA574; }

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

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

background-color css

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

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

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

border-color css

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

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

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