#D9C95D

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

Shades of Tacha #D9C95D

Tints of Tacha #D9C95D

Color information

#D9C95D (or 0xD9C95D) is unknown color: approx Tacha. HEX triplet: D9, C9 and 5D. RGB value is (217,201,93). Sum of RGB (Red+Green+Blue) = 217+201+93=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C95D is #2636A2. Grayscale: #C1C1C1. Windows color (decimal): -2504355 or 6146521. OLE color: 6146521.

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

Color convert

RGB21720193-
CMYK00.070.570.15
HSL52.26º62%60.78%-
HSV(B)52.26º57.14%85.1%-
XYZ51.4857.3218.71-
YUV193.4771.3144.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.47%
GREEN value IS 201 (78.91% from 255) = 39.33%
BLUE value IS 93 (36.72% from 255) = 18.20%
R=42.47%
G=39.33%
B=18.20%

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
Decimal2172019300.070.570.1552.266260.78
HexD9C95D0739F343e3d
Octal331311135077117647675
Binary1101100111001001101110101111110011111110100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C95D; }

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

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

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

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

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

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

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

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