Shades of Tacha #D1C367
Tints of Tacha #D1C367
RGB
CMYK
RGB Variations
Color information
#D1C367 (or 0xD1C367) is known color: Tacha. HEX triplet: D1, C3 and 67. RGB value is (209,195,103). Sum of RGB (Red+Green+Blue) = 209+195+103=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 103 (40.62% from 255 or 20.32% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C367 is #2E3C98. Grayscale: #BDBDBD. Windows color (decimal): -3030169 or 6800337. OLE color: 6800337.
HSL color Cylindrical-coordinate representation of color #D1C367: hue angle of 52.08º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1C367 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 195 | 103 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.18 |
| HSL | 52.08º | 0.54% | 0.61% | - |
| HSV(B) | 52.08º | 0.51% | 0.82% | - |
| XYZ | 48.26 | 53.56 | 20.63 | - |
| YUV | 188.7 | 79.64 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 195 | 103 | 0 | 0.07 | 0.51 | 0.18 | 52.08 | 0.54 | 0.61 |
| Hex | D1 | C3 | 67 | 0 | 7 | 33 | 12 | 34 | 36 | 3D |
| Octal | 321 | 303 | 147 | 0 | 7 | 63 | 22 | 64 | 66 | 75 |
| Binary | 11010001 | 11000011 | 1100111 | 0 | 111 | 110011 | 10010 | 110100 | 110110 | 111101 |
Color Harmonies of #D1C367
Complementary color
Monochromatic Colors of #D1C367
Black with #D1C367
Text Example
Text Example
White with #D1C367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C367; }
p { color: rgb(209,195,103); }
H1.HeaderClassName
{
color: #D1C367;
}
.AnyTagClassName
{
color: #D1C367;
}
</style>
background-color css
<style>
a { background-color: #D1C367; }
a { background-color: rgb(209,195,103); }
div.DivClassName
{
background-color: #D1C367;
}
.BgClassName
{
background-color: #D1C367;
}
</style>
border-color css
<style>
span { border-color: #D1C367; }
span { border-color: rgb(209,195,103); }
td.TdClassName
{
border-color: #D1C367;
}
.TagClassName
{
border-color: #D1C367;
}
</style>