#D5C459

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

Shades of Tacha #D5C459

Tints of Tacha #D5C459

Color information

#D5C459 (or 0xD5C459) is unknown color: approx Tacha. HEX triplet: D5, C4 and 59. RGB value is (213,196,89). Sum of RGB (Red+Green+Blue) = 213+196+89=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 89 (35.16% from 255 or 17.87% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C459 is #2A3BA6. Grayscale: #BDBDBD. Windows color (decimal): -2767783 or 5883093. OLE color: 5883093.

HSL color Cylindrical-coordinate representation of color #D5C459: hue angle of 51.77º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5C459 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB21319689-
CMYK00.080.580.16
HSL51.77º59.62%59.22%-
HSV(B)51.77º58.22%83.53%-
XYZ48.9854.3517.36-
YUV188.8871.63145.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.77%
GREEN value IS 196 (76.95% from 255) = 39.36%
BLUE value IS 89 (35.16% from 255) = 17.87%
R=42.77%
G=39.36%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131968900.080.580.1651.7759.6259.22
HexD5C459083A10343c3b
Octal3253041310107220647473
Binary110101011100010010110010100011101010000110100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C459; }

 p { color: rgb(213,196,89); }

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

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

 a { background-color: rgb(213,196,89); }

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

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

 span { border-color: rgb(213,196,89); }

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