#D8C362

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

Shades of Tacha #D8C362

Tints of Tacha #D8C362

Color information

#D8C362 (or 0xD8C362) is unknown color: approx Tacha. HEX triplet: D8, C3 and 62. RGB value is (216,195,98). Sum of RGB (Red+Green+Blue) = 216+195+98=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 98 (38.67% from 255 or 19.25% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C362 is #273C9D. Grayscale: #BEBEBE. Windows color (decimal): -2571422 or 6472664. OLE color: 6472664.

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

Color convert

RGB21619598-
CMYK00.100.550.15
HSL49.32º60.2%61.57%-
HSV(B)49.32º54.63%84.71%-
XYZ50.0454.5119.44-
YUV190.2275.96146.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.44%
GREEN value IS 195 (76.56% from 255) = 38.31%
BLUE value IS 98 (38.67% from 255) = 19.25%
R=42.44%
G=38.31%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161959800.100.550.1549.3260.261.57
HexD8C3620A37F313c3e
Octal3303031420126717617476
Binary11011000110000111100010010101101111111110001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C362; }

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

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

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

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

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

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

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

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