Shades of Tacha #D1C267
Tints of Tacha #D1C267
RGB
CMYK
RGB Variations
Color information
#D1C267 (or 0xD1C267) is known color: Tacha. HEX triplet: D1, C2 and 67. RGB value is (209,194,103). Sum of RGB (Red+Green+Blue) = 209+194+103=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 103 (40.62% from 255 or 20.36% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C267 is #2E3D98. Grayscale: #BCBCBC. Windows color (decimal): -3030425 or 6800081. OLE color: 6800081.
HSL color Cylindrical-coordinate representation of color #D1C267: hue angle of 51.51º 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 #D1C267 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 194 | 103 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.18 |
| HSL | 51.51º | 0.54% | 0.61% | - |
| HSV(B) | 51.51º | 0.51% | 0.82% | - |
| XYZ | 48.03 | 53.12 | 20.55 | - |
| YUV | 188.11 | 79.97 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 194 | 103 | 0 | 0.07 | 0.51 | 0.18 | 51.51 | 0.54 | 0.61 |
| Hex | D1 | C2 | 67 | 0 | 7 | 33 | 12 | 34 | 36 | 3D |
| Octal | 321 | 302 | 147 | 0 | 7 | 63 | 22 | 64 | 66 | 75 |
| Binary | 11010001 | 11000010 | 1100111 | 0 | 111 | 110011 | 10010 | 110100 | 110110 | 111101 |
Color Harmonies of #D1C267
Complementary color
Monochromatic Colors of #D1C267
Black with #D1C267
Text Example
Text Example
White with #D1C267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C267; }
p { color: rgb(209,194,103); }
H1.HeaderClassName
{
color: #D1C267;
}
.AnyTagClassName
{
color: #D1C267;
}
</style>
background-color css
<style>
a { background-color: #D1C267; }
a { background-color: rgb(209,194,103); }
div.DivClassName
{
background-color: #D1C267;
}
.BgClassName
{
background-color: #D1C267;
}
</style>
border-color css
<style>
span { border-color: #D1C267; }
span { border-color: rgb(209,194,103); }
td.TdClassName
{
border-color: #D1C267;
}
.TagClassName
{
border-color: #D1C267;
}
</style>