#DBC960

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

Shades of Tacha #DBC960

Tints of Tacha #DBC960

Color information

#DBC960 (or 0xDBC960) is unknown color: approx Tacha. HEX triplet: DB, C9 and 60. RGB value is (219,201,96). Sum of RGB (Red+Green+Blue) = 219+201+96=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC960 is #24369F. Grayscale: #C2C2C2. Windows color (decimal): -2373280 or 6343131. OLE color: 6343131.

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

Color convert

RGB21920196-
CMYK00.080.560.14
HSL51.22º63.08%61.76%-
HSV(B)51.22º56.16%85.88%-
XYZ52.2157.6819.45-
YUV194.4172.46145.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.44%
GREEN value IS 201 (78.91% from 255) = 38.95%
BLUE value IS 96 (37.89% from 255) = 18.60%
R=42.44%
G=38.95%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192019600.080.560.1451.2263.0861.76
HexDBC9600838E333f3e
Octal3333111400107016637776
Binary11011011110010011100000010001110001110110011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC960; }

 p { color: rgb(219,201,96); }

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

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

 a { background-color: rgb(219,201,96); }

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

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

 span { border-color: rgb(219,201,96); }

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