#D8C561

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

Shades of Tacha #D8C561

Tints of Tacha #D8C561

Color information

#D8C561 (or 0xD8C561) is unknown color: approx Tacha. HEX triplet: D8, C5 and 61. RGB value is (216,197,97). Sum of RGB (Red+Green+Blue) = 216+197+97=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 97 (38.28% from 255 or 19.02% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C561 is #273A9E. Grayscale: #BFBFBF. Windows color (decimal): -2570911 or 6407640. OLE color: 6407640.

HSL color Cylindrical-coordinate representation of color #D8C561: hue angle of 50.42º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D8C561 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB21619797-
CMYK00.090.550.15
HSL50.42º60.41%61.37%-
HSV(B)50.42º55.09%84.71%-
XYZ50.4455.3919.34-
YUV191.2874.79145.63-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.35%
GREEN value IS 197 (77.34% from 255) = 38.63%
BLUE value IS 97 (38.28% from 255) = 19.02%
R=42.35%
G=38.63%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161979700.090.550.1550.4260.4161.37
HexD8C5610937F323c3d
Octal3303051410116717627475
Binary11011000110001011100001010011101111111110010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C561; }

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

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

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

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

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

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

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

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