#D5CA60

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

Shades of Tacha #D5CA60

Tints of Tacha #D5CA60

Color information

#D5CA60 (or 0xD5CA60) is unknown color: approx Tacha. HEX triplet: D5, CA and 60. RGB value is (213,202,96). Sum of RGB (Red+Green+Blue) = 213+202+96=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA60 is #2A359F. Grayscale: #C1C1C1. Windows color (decimal): -2766240 or 6343381. OLE color: 6343381.

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

Color convert

RGB21320296-
CMYK00.050.550.16
HSL54.36º58.21%60.59%-
HSV(B)54.36º54.93%83.53%-
XYZ50.6757.2319.44-
YUV193.273.14142.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 202 (79.30% from 255) = 39.53%
BLUE value IS 96 (37.89% from 255) = 18.79%
R=41.68%
G=39.53%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132029600.050.550.1654.3658.2160.59
HexD5CA60053710363a3d
Octal325312140056720667275
Binary11010101110010101100000010111011110000110110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CA60; }

 p { color: rgb(213,202,96); }

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

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

 a { background-color: rgb(213,202,96); }

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

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

 span { border-color: rgb(213,202,96); }

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