#D8C862

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

Shades of Tacha #D8C862

Tints of Tacha #D8C862

Color information

#D8C862 (or 0xD8C862) is unknown color: approx Tacha. HEX triplet: D8, C8 and 62. RGB value is (216,200,98). Sum of RGB (Red+Green+Blue) = 216+200+98=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 98 (38.67% from 255 or 19.07% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C862 is #27379D. Grayscale: #C1C1C1. Windows color (decimal): -2570142 or 6473944. OLE color: 6473944.

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

Color convert

RGB21620098-
CMYK00.070.550.15
HSL51.86º60.2%61.57%-
HSV(B)51.86º54.63%84.71%-
XYZ51.1856.7919.82-
YUV193.1674.3144.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.02%
GREEN value IS 200 (78.52% from 255) = 38.91%
BLUE value IS 98 (38.67% from 255) = 19.07%
R=42.02%
G=38.91%
B=19.07%

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
Decimal2162009800.070.550.1551.8660.261.57
HexD8C8620737F343c3e
Octal330310142076717647476
Binary1101100011001000110001001111101111111110100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C862; }

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

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

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

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

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

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

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

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