#D5C359

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

Shades of Tacha #D5C359

Tints of Tacha #D5C359

Color information

#D5C359 (or 0xD5C359) is unknown color: approx Tacha. HEX triplet: D5, C3 and 59. RGB value is (213,195,89). Sum of RGB (Red+Green+Blue) = 213+195+89=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 89 (35.16% from 255 or 17.91% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C359 is #2A3CA6. Grayscale: #BCBCBC. Windows color (decimal): -2768039 or 5882837. OLE color: 5882837.

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

Color convert

RGB21319589-
CMYK00.080.580.16
HSL51.29º59.62%59.22%-
HSV(B)51.29º58.22%83.53%-
XYZ48.7653.917.28-
YUV188.371.96145.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.86%
GREEN value IS 195 (76.56% from 255) = 39.24%
BLUE value IS 89 (35.16% from 255) = 17.91%
R=42.86%
G=39.24%
B=17.91%

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
Decimal2131958900.080.580.1651.2959.6259.22
HexD5C359083A10333c3b
Octal3253031310107220637473
Binary110101011100001110110010100011101010000110011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C359; }

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

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

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

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

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

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

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

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