#D8C962

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

Shades of Tacha #D8C962

Tints of Tacha #D8C962

Color information

#D8C962 (or 0xD8C962) is unknown color: approx Tacha. HEX triplet: D8, C9 and 62. RGB value is (216,201,98). Sum of RGB (Red+Green+Blue) = 216+201+98=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 98 (38.67% from 255 or 19.03% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C962 is #27369D. Grayscale: #C2C2C2. Windows color (decimal): -2569886 or 6474200. OLE color: 6474200.

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

Color convert

RGB21620198-
CMYK00.070.550.15
HSL52.37º60.2%61.57%-
HSV(B)52.37º54.63%84.71%-
XYZ51.4157.2519.9-
YUV193.7473.97143.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.94%
GREEN value IS 201 (78.91% from 255) = 39.03%
BLUE value IS 98 (38.67% from 255) = 19.03%
R=41.94%
G=39.03%
B=19.03%

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
Decimal2162019800.070.550.1552.3760.261.57
HexD8C9620737F343c3e
Octal330311142076717647476
Binary1101100011001001110001001111101111111110100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C962; }

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

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

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

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

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

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

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

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