Shades of Tacha #D1C465
Tints of Tacha #D1C465
RGB
CMYK
RGB Variations
Color information
#D1C465 (or 0xD1C465) is known color: Tacha. HEX triplet: D1, C4 and 65. RGB value is (209,196,101). Sum of RGB (Red+Green+Blue) = 209+196+101=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C465 is #2E3B9A. Grayscale: #BDBDBD. Windows color (decimal): -3029915 or 6669521. OLE color: 6669521.
HSL color Cylindrical-coordinate representation of color #D1C465: hue angle of 52.78º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D1C465 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 196 | 101 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.18 |
| HSL | 52.78º | 0.54% | 0.61% | - |
| HSV(B) | 52.78º | 0.52% | 0.82% | - |
| XYZ | 48.38 | 53.97 | 20.18 | - |
| YUV | 189.06 | 78.31 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 196 | 101 | 0 | 0.06 | 0.52 | 0.18 | 52.78 | 0.54 | 0.61 |
| Hex | D1 | C4 | 65 | 0 | 6 | 34 | 12 | 35 | 36 | 3D |
| Octal | 321 | 304 | 145 | 0 | 6 | 64 | 22 | 65 | 66 | 75 |
| Binary | 11010001 | 11000100 | 1100101 | 0 | 110 | 110100 | 10010 | 110101 | 110110 | 111101 |
Color Harmonies of #D1C465
Complementary color
Monochromatic Colors of #D1C465
Black with #D1C465
Text Example
Text Example
White with #D1C465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C465; }
p { color: rgb(209,196,101); }
H1.HeaderClassName
{
color: #D1C465;
}
.AnyTagClassName
{
color: #D1C465;
}
</style>
background-color css
<style>
a { background-color: #D1C465; }
a { background-color: rgb(209,196,101); }
div.DivClassName
{
background-color: #D1C465;
}
.BgClassName
{
background-color: #D1C465;
}
</style>
border-color css
<style>
span { border-color: #D1C465; }
span { border-color: rgb(209,196,101); }
td.TdClassName
{
border-color: #D1C465;
}
.TagClassName
{
border-color: #D1C465;
}
</style>