Shades of Tacha #D0BF69
Tints of Tacha #D0BF69
RGB
CMYK
RGB Variations
Color information
#D0BF69 (or 0xD0BF69) is known color: Tacha. HEX triplet: D0, BF and 69. RGB value is (208,191,105). Sum of RGB (Red+Green+Blue) = 208+191+105=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 105 (41.41% from 255 or 20.83% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BF69 is #2F4096. Grayscale: #BABABA. Windows color (decimal): -3096727 or 6930384. OLE color: 6930384.
HSL color Cylindrical-coordinate representation of color #D0BF69: hue angle of 50.1º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0BF69 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 105 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.18 |
| HSL | 50.1º | 0.52% | 0.61% | - |
| HSV(B) | 50.1º | 0.5% | 0.82% | - |
| XYZ | 47.19 | 51.69 | 20.85 | - |
| YUV | 186.28 | 82.13 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 105 | 0 | 0.08 | 0.50 | 0.18 | 50.1 | 0.52 | 0.61 |
| Hex | D0 | BF | 69 | 0 | 8 | 32 | 12 | 32 | 34 | 3D |
| Octal | 320 | 277 | 151 | 0 | 10 | 62 | 22 | 62 | 64 | 75 |
| Binary | 11010000 | 10111111 | 1101001 | 0 | 1000 | 110010 | 10010 | 110010 | 110100 | 111101 |
Color Harmonies of #D0BF69
Complementary color
Monochromatic Colors of #D0BF69
Black with #D0BF69
Text Example
Text Example
White with #D0BF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BF69; }
p { color: rgb(208,191,105); }
H1.HeaderClassName
{
color: #D0BF69;
}
.AnyTagClassName
{
color: #D0BF69;
}
</style>
background-color css
<style>
a { background-color: #D0BF69; }
a { background-color: rgb(208,191,105); }
div.DivClassName
{
background-color: #D0BF69;
}
.BgClassName
{
background-color: #D0BF69;
}
</style>
border-color css
<style>
span { border-color: #D0BF69; }
span { border-color: rgb(208,191,105); }
td.TdClassName
{
border-color: #D0BF69;
}
.TagClassName
{
border-color: #D0BF69;
}
</style>