#D5C561

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

Shades of Tacha #D5C561

Tints of Tacha #D5C561

Color information

#D5C561 (or 0xD5C561) is unknown color: approx Tacha. HEX triplet: D5, C5 and 61. RGB value is (213,197,97). Sum of RGB (Red+Green+Blue) = 213+197+97=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 97 (38.28% from 255 or 19.13% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C561 is #2A3A9E. Grayscale: #BEBEBE. Windows color (decimal): -2767519 or 6407637. OLE color: 6407637.

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

Color convert

RGB21319797-
CMYK00.080.540.16
HSL51.72º58%60.78%-
HSV(B)51.72º54.46%83.53%-
XYZ49.5654.9419.3-
YUV190.3875.3144.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.01%
GREEN value IS 197 (77.34% from 255) = 38.86%
BLUE value IS 97 (38.28% from 255) = 19.13%
R=42.01%
G=38.86%
B=19.13%

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
Decimal2131979700.080.540.1651.725860.78
HexD5C561083610343a3d
Octal3253051410106620647275
Binary110101011100010111000010100011011010000110100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C561; }

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

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

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

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

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

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

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

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