#D5C964

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

Shades of Tacha #D5C964

Tints of Tacha #D5C964

Color information

#D5C964 (or 0xD5C964) is unknown color: approx Tacha. HEX triplet: D5, C9 and 64. RGB value is (213,201,100). Sum of RGB (Red+Green+Blue) = 213+201+100=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C964 is #2A369B. Grayscale: #C1C1C1. Windows color (decimal): -2766492 or 6605269. OLE color: 6605269.

HSL color Cylindrical-coordinate representation of color #D5C964: hue angle of 53.63º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5C964 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB213201100-
CMYK00.060.530.16
HSL53.63º57.36%61.37%-
HSV(B)53.63º53.05%83.53%-
XYZ50.6356.8420.36-
YUV193.0775.48142.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.44%
GREEN value IS 201 (78.91% from 255) = 39.11%
BLUE value IS 100 (39.45% from 255) = 19.46%
R=41.44%
G=39.11%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320110000.060.530.1653.6357.3661.37
HexD5C96406351036393d
Octal325311144066520667175
Binary11010101110010011100100011011010110000110110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C964; }

 p { color: rgb(213,201,100); }

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

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

 a { background-color: rgb(213,201,100); }

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

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

 span { border-color: rgb(213,201,100); }

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