#D5C760

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

Shades of Tacha #D5C760

Tints of Tacha #D5C760

Color information

#D5C760 (or 0xD5C760) is unknown color: approx Tacha. HEX triplet: D5, C7 and 60. RGB value is (213,199,96). Sum of RGB (Red+Green+Blue) = 213+199+96=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 96 (37.89% from 255 or 18.90% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C760 is #2A389F. Grayscale: #BFBFBF. Windows color (decimal): -2767008 or 6342613. OLE color: 6342613.

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

Color convert

RGB21319996-
CMYK00.070.550.16
HSL52.82º58.21%60.59%-
HSV(B)52.82º54.93%83.53%-
XYZ49.9855.8419.21-
YUV191.4474.14143.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.93%
GREEN value IS 199 (78.12% from 255) = 39.17%
BLUE value IS 96 (37.89% from 255) = 18.90%
R=41.93%
G=39.17%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131999600.070.550.1652.8258.2160.59
HexD5C760073710353a3d
Octal325307140076720657275
Binary11010101110001111100000011111011110000110101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C760; }

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

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

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

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

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

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

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

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