Shades of Tacha #D1B962
Tints of Tacha #D1B962
RGB
CMYK
RGB Variations
Color information
#D1B962 (or 0xD1B962) is known color: Tacha. HEX triplet: D1, B9 and 62. RGB value is (209,185,98). Sum of RGB (Red+Green+Blue) = 209+185+98=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 98 (38.67% from 255 or 19.92% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B962 is #2E469D. Grayscale: #B6B6B6. Windows color (decimal): -3032734 or 6470097. OLE color: 6470097.
HSL color Cylindrical-coordinate representation of color #D1B962: hue angle of 47.03º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1B962 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 98 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.18 |
| HSL | 47.03º | 0.55% | 0.6% | - |
| HSV(B) | 47.03º | 0.53% | 0.82% | - |
| XYZ | 45.85 | 49.14 | 18.62 | - |
| YUV | 182.26 | 80.45 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 98 | 0 | 0.11 | 0.53 | 0.18 | 47.03 | 0.55 | 0.6 |
| Hex | D1 | B9 | 62 | 0 | B | 35 | 12 | 2F | 37 | 3C |
| Octal | 321 | 271 | 142 | 0 | 13 | 65 | 22 | 57 | 67 | 74 |
| Binary | 11010001 | 10111001 | 1100010 | 0 | 1011 | 110101 | 10010 | 101111 | 110111 | 111100 |
Color Harmonies of #D1B962
Complementary color
Monochromatic Colors of #D1B962
Black with #D1B962
Text Example
Text Example
White with #D1B962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B962; }
p { color: rgb(209,185,98); }
H1.HeaderClassName
{
color: #D1B962;
}
.AnyTagClassName
{
color: #D1B962;
}
</style>
background-color css
<style>
a { background-color: #D1B962; }
a { background-color: rgb(209,185,98); }
div.DivClassName
{
background-color: #D1B962;
}
.BgClassName
{
background-color: #D1B962;
}
</style>
border-color css
<style>
span { border-color: #D1B962; }
span { border-color: rgb(209,185,98); }
td.TdClassName
{
border-color: #D1B962;
}
.TagClassName
{
border-color: #D1B962;
}
</style>