Html Css Color HEX #DBA575 Tumbleweed

📋 copy color: '#DBA575'

red 219 ◦ green 165 ◦ blue 117

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

Shades of Tumbleweed #DBA575

Tints of Tumbleweed #DBA575

RGB

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

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

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

R = 43.71%
G = 32.93%
B = 23.35%

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

#DBA575 (or 0xDBA575) is known color: Tumbleweed. HEX triplet: DB, A5 and 75. RGB value is (219,165,117). Sum of RGB (Red+Green+Blue) = 219+165+117=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA575 is #245A8A. Grayscale: #AFAFAF. Windows color (decimal): -2382475 or 7710171. OLE color: 7710171.

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

Color convert

RGB 219 165 117 -
CMYK 0 0.25 0.47 0.14
HSL 28.24º 0.59% 0.66% -
HSV(B) 28.24º 0.47% 0.86% -
XYZ 45.88 43.25 22.76 -
YUV 175.67 94.89 158.9 -
System Red Green Blue C M Y K H S L
Decimal 219 165 117 0 0.25 0.47 0.14 28.24 0.59 0.66
Hex DB A5 75 0 19 2F E 1C 3B 42
Octal 333 245 165 0 31 57 16 34 73 102
Binary 11011011 10100101 1110101 0 11001 101111 1110 11100 111011 1000010

Color Harmonies of #DBA575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA575

Black with #DBA575

Text Example


Text Example

White with #DBA575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA575; }

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

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

background-color css

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

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

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

border-color css

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

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

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