Shades of Tacha #D0BF66
Tints of Tacha #D0BF66
RGB
CMYK
RGB Variations
Color information
#D0BF66 (or 0xD0BF66) is known color: Tacha. HEX triplet: D0, BF and 66. RGB value is (208,191,102). Sum of RGB (Red+Green+Blue) = 208+191+102=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BF66 is #2F4099. Grayscale: #BABABA. Windows color (decimal): -3096730 or 6733776. OLE color: 6733776.
HSL color Cylindrical-coordinate representation of color #D0BF66: hue angle of 50.38º degrees, saturation: 0.53, 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 #D0BF66 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 102 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.18 |
| HSL | 50.38º | 0.53% | 0.61% | - |
| HSV(B) | 50.38º | 0.51% | 0.82% | - |
| XYZ | 47.04 | 51.63 | 20.06 | - |
| YUV | 185.94 | 80.63 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 102 | 0 | 0.08 | 0.51 | 0.18 | 50.38 | 0.53 | 0.61 |
| Hex | D0 | BF | 66 | 0 | 8 | 33 | 12 | 32 | 35 | 3D |
| Octal | 320 | 277 | 146 | 0 | 10 | 63 | 22 | 62 | 65 | 75 |
| Binary | 11010000 | 10111111 | 1100110 | 0 | 1000 | 110011 | 10010 | 110010 | 110101 | 111101 |
Color Harmonies of #D0BF66
Complementary color
Monochromatic Colors of #D0BF66
Black with #D0BF66
Text Example
Text Example
White with #D0BF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BF66; }
p { color: rgb(208,191,102); }
H1.HeaderClassName
{
color: #D0BF66;
}
.AnyTagClassName
{
color: #D0BF66;
}
</style>
background-color css
<style>
a { background-color: #D0BF66; }
a { background-color: rgb(208,191,102); }
div.DivClassName
{
background-color: #D0BF66;
}
.BgClassName
{
background-color: #D0BF66;
}
</style>
border-color css
<style>
span { border-color: #D0BF66; }
span { border-color: rgb(208,191,102); }
td.TdClassName
{
border-color: #D0BF66;
}
.TagClassName
{
border-color: #D0BF66;
}
</style>