#D5C961

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

Shades of Tacha #D5C961

Tints of Tacha #D5C961

Color information

#D5C961 (or 0xD5C961) is unknown color: approx Tacha. HEX triplet: D5, C9 and 61. RGB value is (213,201,97). Sum of RGB (Red+Green+Blue) = 213+201+97=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 97 (38.28% from 255 or 18.98% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C961 is #2A369E. Grayscale: #C1C1C1. Windows color (decimal): -2766495 or 6408661. OLE color: 6408661.

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

Color convert

RGB21320197-
CMYK00.060.540.16
HSL53.79º58%60.78%-
HSV(B)53.79º54.46%83.53%-
XYZ50.4856.7819.61-
YUV192.7373.98142.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 201 (78.91% from 255) = 39.33%
BLUE value IS 97 (38.28% from 255) = 18.98%
R=41.68%
G=39.33%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132019700.060.540.1653.795860.78
HexD5C961063610363a3d
Octal325311141066620667275
Binary11010101110010011100001011011011010000110110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C961; }

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

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

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

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

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

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

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

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