#D5C761

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

Shades of Tacha #D5C761

Tints of Tacha #D5C761

Color information

#D5C761 (or 0xD5C761) is unknown color: approx Tacha. HEX triplet: D5, C7 and 61. RGB value is (213,199,97). Sum of RGB (Red+Green+Blue) = 213+199+97=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 97 (38.28% from 255 or 19.06% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C761 is #2A389E. Grayscale: #BFBFBF. Windows color (decimal): -2767007 or 6408149. OLE color: 6408149.

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

Color convert

RGB21319997-
CMYK00.070.540.16
HSL52.76º58%60.78%-
HSV(B)52.76º54.46%83.53%-
XYZ50.0255.8619.45-
YUV191.5674.64143.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.85%
GREEN value IS 199 (78.12% from 255) = 39.10%
BLUE value IS 97 (38.28% from 255) = 19.06%
R=41.85%
G=39.10%
B=19.06%

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
Decimal2131999700.070.540.1652.765860.78
HexD5C761073610353a3d
Octal325307141076620657275
Binary11010101110001111100001011111011010000110101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C761; }

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

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

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

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

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

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

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

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