#D4C561

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

Shades of Tacha #D4C561

Tints of Tacha #D4C561

Color information

#D4C561 (or 0xD4C561) is unknown color: approx Tacha. HEX triplet: D4, C5 and 61. RGB value is (212,197,97). Sum of RGB (Red+Green+Blue) = 212+197+97=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 97 (38.28% from 255 or 19.17% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C561 is #2B3A9E. Grayscale: #BEBEBE. Windows color (decimal): -2833055 or 6407636. OLE color: 6407636.

HSL color Cylindrical-coordinate representation of color #D4C561: hue angle of 52.17º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D4C561 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB21219797-
CMYK00.070.540.17
HSL52.17º57.21%60.59%-
HSV(B)52.17º54.25%83.14%-
XYZ49.2854.7919.29-
YUV190.0875.47143.63-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.90%
GREEN value IS 197 (77.34% from 255) = 38.93%
BLUE value IS 97 (38.28% from 255) = 19.17%
R=41.90%
G=38.93%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121979700.070.540.1752.1757.2160.59
HexD4C56107361134393d
Octal324305141076621647175
Binary11010100110001011100001011111011010001110100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C561; }

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

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

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

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

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

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

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

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