#D5C562

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

Shades of Tacha #D5C562

Tints of Tacha #D5C562

Color information

#D5C562 (or 0xD5C562) is unknown color: approx Tacha. HEX triplet: D5, C5 and 62. RGB value is (213,197,98). Sum of RGB (Red+Green+Blue) = 213+197+98=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 98 (38.67% from 255 or 19.29% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C562 is #2A3A9D. Grayscale: #BEBEBE. Windows color (decimal): -2767518 or 6473173. OLE color: 6473173.

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

Color convert

RGB21319798-
CMYK00.080.540.16
HSL51.65º57.79%60.98%-
HSV(B)51.65º53.99%83.53%-
XYZ49.6154.9619.55-
YUV190.575.8144.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.93%
GREEN value IS 197 (77.34% from 255) = 38.78%
BLUE value IS 98 (38.67% from 255) = 19.29%
R=41.93%
G=38.78%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131979800.080.540.1651.6557.7960.98
HexD5C562083610343a3d
Octal3253051420106620647275
Binary110101011100010111000100100011011010000110100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C562; }

 p { color: rgb(213,197,98); }

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

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

 a { background-color: rgb(213,197,98); }

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

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

 span { border-color: rgb(213,197,98); }

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