#D8C861

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

Shades of Tacha #D8C861

Tints of Tacha #D8C861

Color information

#D8C861 (or 0xD8C861) is unknown color: approx Tacha. HEX triplet: D8, C8 and 61. RGB value is (216,200,97). Sum of RGB (Red+Green+Blue) = 216+200+97=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 97 (38.28% from 255 or 18.91% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C861 is #27379E. Grayscale: #C1C1C1. Windows color (decimal): -2570143 or 6408408. OLE color: 6408408.

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

Color convert

RGB21620097-
CMYK00.070.550.15
HSL51.93º60.41%61.37%-
HSV(B)51.93º55.09%84.71%-
XYZ51.1356.7719.57-
YUV193.0473.8144.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.11%
GREEN value IS 200 (78.52% from 255) = 38.99%
BLUE value IS 97 (38.28% from 255) = 18.91%
R=42.11%
G=38.99%
B=18.91%

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
Decimal2162009700.070.550.1551.9360.4161.37
HexD8C8610737F343c3d
Octal330310141076717647475
Binary1101100011001000110000101111101111111110100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C861; }

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

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

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

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

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

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

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

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