#DBBA63

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

Shades of Tacha #DBBA63

Tints of Tacha #DBBA63

Color information

#DBBA63 (or 0xDBBA63) is unknown color: approx Tacha. HEX triplet: DB, BA and 63. RGB value is (219,186,99). Sum of RGB (Red+Green+Blue) = 219+186+99=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 99 (39.06% from 255 or 19.64% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA63 is #24459C. Grayscale: #BABABA. Windows color (decimal): -2377117 or 6535899. OLE color: 6535899.

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

Color convert

RGB21918699-
CMYK00.150.550.14
HSL43.5º62.5%62.35%-
HSV(B)43.5º54.79%85.88%-
XYZ49.0251.0819.08-
YUV185.9578.93151.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.45%
GREEN value IS 186 (73.05% from 255) = 36.90%
BLUE value IS 99 (39.06% from 255) = 19.64%
R=43.45%
G=36.90%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191869900.150.550.1443.562.562.35
HexDBBA630F37E2c3e3e
Octal3332721430176716547676
Binary11011011101110101100011011111101111110101100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBA63; }

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

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

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

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

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

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

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

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