#D8C062

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

Shades of Tacha #D8C062

Tints of Tacha #D8C062

Color information

#D8C062 (or 0xD8C062) is unknown color: approx Tacha. HEX triplet: D8, C0 and 62. RGB value is (216,192,98). Sum of RGB (Red+Green+Blue) = 216+192+98=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 98 (38.67% from 255 or 19.37% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C062 is #273F9D. Grayscale: #BCBCBC. Windows color (decimal): -2572190 or 6471896. OLE color: 6471896.

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

Color convert

RGB21619298-
CMYK00.110.550.15
HSL47.8º60.2%61.57%-
HSV(B)47.8º54.63%84.71%-
XYZ49.3753.1819.22-
YUV188.4676.95147.64-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.69%
GREEN value IS 192 (75.39% from 255) = 37.94%
BLUE value IS 98 (38.67% from 255) = 19.37%
R=42.69%
G=37.94%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161929800.110.550.1547.860.261.57
HexD8C0620B37F303c3e
Octal3303001420136717607476
Binary11011000110000001100010010111101111111110000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C062; }

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

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

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

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

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

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

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

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