#DBC061

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

Shades of Tacha #DBC061

Tints of Tacha #DBC061

Color information

#DBC061 (or 0xDBC061) is unknown color: approx Tacha. HEX triplet: DB, C0 and 61. RGB value is (219,192,97). Sum of RGB (Red+Green+Blue) = 219+192+97=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 97 (38.28% from 255 or 19.09% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC061 is #243F9E. Grayscale: #BDBDBD. Windows color (decimal): -2375583 or 6406363. OLE color: 6406363.

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

Color convert

RGB21919297-
CMYK00.120.560.14
HSL46.72º62.89%61.96%-
HSV(B)46.72º55.71%85.88%-
XYZ50.2253.6219.01-
YUV189.2475.95149.22-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.11%
GREEN value IS 192 (75.39% from 255) = 37.80%
BLUE value IS 97 (38.28% from 255) = 19.09%
R=43.11%
G=37.80%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191929700.120.560.1446.7262.8961.96
HexDBC0610C38E2f3f3e
Octal3333001410147016577776
Binary11011011110000001100001011001110001110101111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC061; }

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

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

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

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

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

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

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

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