#DBA680

Color #DBA680 Tumbleweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tumbleweed #DBA680

Tints of Tumbleweed #DBA680

Color information

#DBA680 (or 0xDBA680) is unknown color: approx Tumbleweed. HEX triplet: DB, A6 and 80. RGB value is (219,166,128). Sum of RGB (Red+Green+Blue) = 219+166+128=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA680 is #24597F. Grayscale: #B1B1B1. Windows color (decimal): -2382208 or 8431323. OLE color: 8431323.

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

Color convert

RGB219166128-
CMYK00.240.420.14
HSL25.05º55.83%68.04%-
HSV(B)25.05º41.55%85.88%-
XYZ46.7543.8926.43-
YUV177.52100.06157.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.69%
GREEN value IS 166 (65.23% from 255) = 32.36%
BLUE value IS 128 (50.39% from 255) = 24.95%
R=42.69%
G=32.36%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916612800.240.420.1425.0555.8368.04
HexDBA6800182AE193844
Octal33324620003052163170104
Binary1101101110100110100000000110001010101110110011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA680; }

 p { color: rgb(219,166,128); }

 H1.HeaderClassName
 {
   color: #DBA680;
 }
 .AnyTagClassName
 {
   color: #DBA680;
 }
</style>
background-color css

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

 a { background-color: rgb(219,166,128); }

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

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

 span { border-color: rgb(219,166,128); }

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