#D5C763

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

Shades of Tacha #D5C763

Tints of Tacha #D5C763

Color information

#D5C763 (or 0xD5C763) is unknown color: approx Tacha. HEX triplet: D5, C7 and 63. RGB value is (213,199,99). Sum of RGB (Red+Green+Blue) = 213+199+99=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 99 (39.06% from 255 or 19.37% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C763 is #2A389C. Grayscale: #C0C0C0. Windows color (decimal): -2767005 or 6539221. OLE color: 6539221.

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

Color convert

RGB21319999-
CMYK00.070.540.16
HSL52.63º57.58%61.18%-
HSV(B)52.63º53.52%83.53%-
XYZ50.1255.8919.95-
YUV191.7975.64143.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 199 (78.12% from 255) = 38.94%
BLUE value IS 99 (39.06% from 255) = 19.37%
R=41.68%
G=38.94%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131999900.070.540.1652.6357.5861.18
HexD5C763073610353a3d
Octal325307143076620657275
Binary11010101110001111100011011111011010000110101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C763; }

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

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

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

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

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

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

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

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