Shades of Tacha #D0BF54
Tints of Tacha #D0BF54
RGB
CMYK
RGB Variations
Color information
#D0BF54 (or 0xD0BF54) is known color: Tacha. HEX triplet: D0, BF and 54. RGB value is (208,191,84). Sum of RGB (Red+Green+Blue) = 208+191+84=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 84 (33.20% from 255 or 17.39% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BF54 is #2F40AB. Grayscale: #B8B8B8. Windows color (decimal): -3096748 or 5554128. OLE color: 5554128.
HSL color Cylindrical-coordinate representation of color #D0BF54: hue angle of 51.77º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0BF54 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 84 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.18 |
| HSL | 51.77º | 0.57% | 0.57% | - |
| HSV(B) | 51.77º | 0.6% | 0.82% | - |
| XYZ | 46.24 | 51.31 | 15.85 | - |
| YUV | 183.89 | 71.63 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 84 | 0 | 0.08 | 0.60 | 0.18 | 51.77 | 0.57 | 0.57 |
| Hex | D0 | BF | 54 | 0 | 8 | 3C | 12 | 34 | 39 | 39 |
| Octal | 320 | 277 | 124 | 0 | 10 | 74 | 22 | 64 | 71 | 71 |
| Binary | 11010000 | 10111111 | 1010100 | 0 | 1000 | 111100 | 10010 | 110100 | 111001 | 111001 |
Color Harmonies of #D0BF54
Complementary color
Monochromatic Colors of #D0BF54
Black with #D0BF54
Text Example
Text Example
White with #D0BF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BF54; }
p { color: rgb(208,191,84); }
H1.HeaderClassName
{
color: #D0BF54;
}
.AnyTagClassName
{
color: #D0BF54;
}
</style>
background-color css
<style>
a { background-color: #D0BF54; }
a { background-color: rgb(208,191,84); }
div.DivClassName
{
background-color: #D0BF54;
}
.BgClassName
{
background-color: #D0BF54;
}
</style>
border-color css
<style>
span { border-color: #D0BF54; }
span { border-color: rgb(208,191,84); }
td.TdClassName
{
border-color: #D0BF54;
}
.TagClassName
{
border-color: #D0BF54;
}
</style>