#D8C95D

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

Shades of Tacha #D8C95D

Tints of Tacha #D8C95D

Color information

#D8C95D (or 0xD8C95D) is unknown color: approx Tacha. HEX triplet: D8, C9 and 5D. RGB value is (216,201,93). Sum of RGB (Red+Green+Blue) = 216+201+93=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C95D is #2736A2. Grayscale: #C1C1C1. Windows color (decimal): -2569891 or 6146520. OLE color: 6146520.

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

Color convert

RGB21620193-
CMYK00.070.570.15
HSL52.68º61.19%60.59%-
HSV(B)52.68º56.94%84.71%-
XYZ51.1857.1618.69-
YUV193.1771.47144.28-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.35%
GREEN value IS 201 (78.91% from 255) = 39.41%
BLUE value IS 93 (36.72% from 255) = 18.24%
R=42.35%
G=39.41%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162019300.070.570.1552.6861.1960.59
HexD8C95D0739F353d3d
Octal330311135077117657575
Binary1101100011001001101110101111110011111110101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C95D; }

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

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

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

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

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

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

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

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