Html Css Color HEX #DBA382 Tumbleweed

📋 copy color: '#DBA382'

red 219 ◦ green 163 ◦ blue 130

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

Shades of Tumbleweed #DBA382

Tints of Tumbleweed #DBA382

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.84%

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

R = 42.77%
G = 31.84%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DBA382 (or 0xDBA382) is known color: Tumbleweed. HEX triplet: DB, A3 and 82. RGB value is (219,163,130). Sum of RGB (Red+Green+Blue) = 219+163+130=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 163 (64.06% from 255 or 31.84% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA382 is #245C7D. Grayscale: #B0B0B0. Windows color (decimal): -2382974 or 8561627. OLE color: 8561627.

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

Color convert

RGB 219 163 130 -
CMYK 0 0.26 0.41 0.14
HSL 22.25º 0.55% 0.68% -
HSV(B) 22.25º 0.41% 0.86% -
XYZ 46.34 42.87 26.95 -
YUV 175.98 102.05 158.68 -
System Red Green Blue C M Y K H S L
Decimal 219 163 130 0 0.26 0.41 0.14 22.25 0.55 0.68
Hex DB A3 82 0 1A 29 E 16 37 44
Octal 333 243 202 0 32 51 16 26 67 104
Binary 11011011 10100011 10000010 0 11010 101001 1110 10110 110111 1000100

Color Harmonies of #DBA382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA382

Black with #DBA382

Text Example


Text Example

White with #DBA382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA382; }

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

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

background-color css

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

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

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

border-color css

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

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

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