#D9C85E

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

Shades of Tacha #D9C85E

Tints of Tacha #D9C85E

Color information

#D9C85E (or 0xD9C85E) is unknown color: approx Tacha. HEX triplet: D9, C8 and 5E. RGB value is (217,200,94). Sum of RGB (Red+Green+Blue) = 217+200+94=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 94 (37.11% from 255 or 18.40% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C85E is #2637A1. Grayscale: #C1C1C1. Windows color (decimal): -2504610 or 6211801. OLE color: 6211801.

HSL color Cylindrical-coordinate representation of color #D9C85E: hue angle of 51.71º degrees, saturation: 0.62, 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 #D9C85E is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB21720094-
CMYK00.080.570.15
HSL51.71º61.81%60.98%-
HSV(B)51.71º56.68%85.1%-
XYZ51.2956.8718.86-
YUV19372.13145.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.47%
GREEN value IS 200 (78.52% from 255) = 39.14%
BLUE value IS 94 (37.11% from 255) = 18.40%
R=42.47%
G=39.14%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172009400.080.570.1551.7161.8160.98
HexD9C85E0839F343e3d
Octal3313101360107117647675
Binary11011001110010001011110010001110011111110100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C85E; }

 p { color: rgb(217,200,94); }

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

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

 a { background-color: rgb(217,200,94); }

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

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

 span { border-color: rgb(217,200,94); }

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