Html Css Color HEX #DBA378 Tumbleweed

📋 copy color: '#DBA378'

red 219 ◦ green 163 ◦ blue 120

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

Shades of Tumbleweed #DBA378

Tints of Tumbleweed #DBA378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.9%

R = 43.63%
G = 32.47%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DBA378 (or 0xDBA378) is known color: Tumbleweed. HEX triplet: DB, A3 and 78. RGB value is (219,163,120). Sum of RGB (Red+Green+Blue) = 219+163+120=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA378 is #245C87. Grayscale: #AFAFAF. Windows color (decimal): -2382984 or 7906267. OLE color: 7906267.

HSL color Cylindrical-coordinate representation of color #DBA378: hue angle of 26.06º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBA378 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 163 120 -
CMYK 0 0.26 0.45 0.14
HSL 26.06º 0.58% 0.66% -
HSV(B) 26.06º 0.45% 0.86% -
XYZ 45.7 42.61 23.59 -
YUV 174.84 97.05 159.5 -
System Red Green Blue C M Y K H S L
Decimal 219 163 120 0 0.26 0.45 0.14 26.06 0.58 0.66
Hex DB A3 78 0 1A 2D E 1A 3A 42
Octal 333 243 170 0 32 55 16 32 72 102
Binary 11011011 10100011 1111000 0 11010 101101 1110 11010 111010 1000010

Color Harmonies of #DBA378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA378

Black with #DBA378

Text Example


Text Example

White with #DBA378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA378; }

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

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

background-color css

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

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

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

border-color css

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

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

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