Shades of Tacha #D9C15C
Tints of Tacha #D9C15C
RGB
CMYK
RGB Variations
Color information
#D9C15C (or 0xD9C15C) is known color: Tacha. HEX triplet: D9, C1 and 5C. RGB value is (217,193,92). Sum of RGB (Red+Green+Blue) = 217+193+92=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 92 (36.33% from 255 or 18.33% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C15C is #263EA3. Grayscale: #BDBDBD. Windows color (decimal): -2506404 or 6078937. OLE color: 6078937.
HSL color Cylindrical-coordinate representation of color #D9C15C: hue angle of 48.48º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9C15C is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 193 | 92 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.15 |
| HSL | 48.48º | 0.62% | 0.61% | - |
| HSV(B) | 48.48º | 0.58% | 0.85% | - |
| XYZ | 49.62 | 53.66 | 17.87 | - |
| YUV | 188.66 | 73.45 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 193 | 92 | 0 | 0.11 | 0.58 | 0.15 | 48.48 | 0.62 | 0.61 |
| Hex | D9 | C1 | 5C | 0 | B | 3A | F | 30 | 3E | 3D |
| Octal | 331 | 301 | 134 | 0 | 13 | 72 | 17 | 60 | 76 | 75 |
| Binary | 11011001 | 11000001 | 1011100 | 0 | 1011 | 111010 | 1111 | 110000 | 111110 | 111101 |
Color Harmonies of #D9C15C
Complementary color
Monochromatic Colors of #D9C15C
Black with #D9C15C
Text Example
Text Example
White with #D9C15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C15C; }
p { color: rgb(217,193,92); }
H1.HeaderClassName
{
color: #D9C15C;
}
.AnyTagClassName
{
color: #D9C15C;
}
</style>
background-color css
<style>
a { background-color: #D9C15C; }
a { background-color: rgb(217,193,92); }
div.DivClassName
{
background-color: #D9C15C;
}
.BgClassName
{
background-color: #D9C15C;
}
</style>
border-color css
<style>
span { border-color: #D9C15C; }
span { border-color: rgb(217,193,92); }
td.TdClassName
{
border-color: #D9C15C;
}
.TagClassName
{
border-color: #D9C15C;
}
</style>