#DBC163

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

Shades of Tacha #DBC163

Tints of Tacha #DBC163

Color information

#DBC163 (or 0xDBC163) is unknown color: approx Tacha. HEX triplet: DB, C1 and 63. RGB value is (219,193,99). Sum of RGB (Red+Green+Blue) = 219+193+99=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 99 (39.06% from 255 or 19.37% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC163 is #243E9C. Grayscale: #BEBEBE. Windows color (decimal): -2375325 or 6537691. OLE color: 6537691.

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

Color convert

RGB21919399-
CMYK00.120.550.14
HSL47º62.5%62.35%-
HSV(B)47º54.79%85.88%-
XYZ50.5454.119.58-
YUV190.0676.61148.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.86%
GREEN value IS 193 (75.78% from 255) = 37.77%
BLUE value IS 99 (39.06% from 255) = 19.37%
R=42.86%
G=37.77%
B=19.37%

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
Decimal2191939900.120.550.144762.562.35
HexDBC1630C37E2f3e3e
Octal3333011430146716577676
Binary11011011110000011100011011001101111110101111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC163; }

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

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

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

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

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

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

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

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