#D8C961

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

Shades of Tacha #D8C961

Tints of Tacha #D8C961

Color information

#D8C961 (or 0xD8C961) is unknown color: approx Tacha. HEX triplet: D8, C9 and 61. RGB value is (216,201,97). Sum of RGB (Red+Green+Blue) = 216+201+97=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 97 (38.28% from 255 or 18.87% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C961 is #27369E. Grayscale: #C2C2C2. Windows color (decimal): -2569887 or 6408664. OLE color: 6408664.

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

Color convert

RGB21620197-
CMYK00.070.550.15
HSL52.44º60.41%61.37%-
HSV(B)52.44º55.09%84.71%-
XYZ51.3657.2419.65-
YUV193.6373.47143.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.02%
GREEN value IS 201 (78.91% from 255) = 39.11%
BLUE value IS 97 (38.28% from 255) = 18.87%
R=42.02%
G=39.11%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162019700.070.550.1552.4460.4161.37
HexD8C9610737F343c3d
Octal330311141076717647475
Binary1101100011001001110000101111101111111110100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C961; }

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

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

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

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

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

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

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

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