#DBBA61

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

Shades of Tacha #DBBA61

Tints of Tacha #DBBA61

Color information

#DBBA61 (or 0xDBBA61) is unknown color: approx Tacha. HEX triplet: DB, BA and 61. RGB value is (219,186,97). Sum of RGB (Red+Green+Blue) = 219+186+97=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 97 (38.28% from 255 or 19.32% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA61 is #24459E. Grayscale: #BABABA. Windows color (decimal): -2377119 or 6404827. OLE color: 6404827.

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

Color convert

RGB21918697-
CMYK00.150.560.14
HSL43.77º62.89%61.96%-
HSV(B)43.77º55.71%85.88%-
XYZ48.9351.0418.58-
YUV185.7277.93151.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.63%
GREEN value IS 186 (73.05% from 255) = 37.05%
BLUE value IS 97 (38.28% from 255) = 19.32%
R=43.63%
G=37.05%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191869700.150.560.1443.7762.8961.96
HexDBBA610F38E2c3f3e
Octal3332721410177016547776
Binary11011011101110101100001011111110001110101100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBA61; }

 p { color: rgb(219,186,97); }

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

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

 a { background-color: rgb(219,186,97); }

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

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

 span { border-color: rgb(219,186,97); }

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