Html Css Color HEX #DBA482 Tumbleweed

📋 copy color: '#DBA482'

red 219 ◦ green 164 ◦ blue 130

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

Shades of Tumbleweed #DBA482

Tints of Tumbleweed #DBA482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.34%

R = 42.69%
G = 31.97%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DBA482 (or 0xDBA482) is known color: Tumbleweed. HEX triplet: DB, A4 and 82. RGB value is (219,164,130). Sum of RGB (Red+Green+Blue) = 219+164+130=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA482 is #245B7D. Grayscale: #B0B0B0. Windows color (decimal): -2382718 or 8561883. OLE color: 8561883.

HSL color Cylindrical-coordinate representation of color #DBA482: hue angle of 22.92º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBA482 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 164 130 -
CMYK 0 0.25 0.41 0.14
HSL 22.92º 0.55% 0.68% -
HSV(B) 22.92º 0.41% 0.86% -
XYZ 46.52 43.22 27.01 -
YUV 176.57 101.72 158.26 -
System Red Green Blue C M Y K H S L
Decimal 219 164 130 0 0.25 0.41 0.14 22.92 0.55 0.68
Hex DB A4 82 0 19 29 E 17 37 44
Octal 333 244 202 0 31 51 16 27 67 104
Binary 11011011 10100100 10000010 0 11001 101001 1110 10111 110111 1000100

Color Harmonies of #DBA482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA482

Black with #DBA482

Text Example


Text Example

White with #DBA482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA482; }

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

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

background-color css

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

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

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

border-color css

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

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

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