#DBC063

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

Shades of Tacha #DBC063

Tints of Tacha #DBC063

Color information

#DBC063 (or 0xDBC063) is unknown color: approx Tacha. HEX triplet: DB, C0 and 63. RGB value is (219,192,99). Sum of RGB (Red+Green+Blue) = 219+192+99=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 99 (39.06% from 255 or 19.41% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC063 is #243F9C. Grayscale: #BDBDBD. Windows color (decimal): -2375581 or 6537435. OLE color: 6537435.

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

Color convert

RGB21919299-
CMYK00.120.550.14
HSL46.5º62.5%62.35%-
HSV(B)46.5º54.79%85.88%-
XYZ50.3253.6619.51-
YUV189.4776.95149.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.94%
GREEN value IS 192 (75.39% from 255) = 37.65%
BLUE value IS 99 (39.06% from 255) = 19.41%
R=42.94%
G=37.65%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191929900.120.550.1446.562.562.35
HexDBC0630C37E2e3e3e
Octal3333001430146716567676
Binary11011011110000001100011011001101111110101110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC063; }

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

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

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

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

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

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

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

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