Shades of Tacha #D0BE57
Tints of Tacha #D0BE57
RGB
CMYK
RGB Variations
Color information
#D0BE57 (or 0xD0BE57) is known color: Tacha. HEX triplet: D0, BE and 57. RGB value is (208,190,87). Sum of RGB (Red+Green+Blue) = 208+190+87=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 87 (34.38% from 255 or 17.94% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BE57 is #2F41A8. Grayscale: #B8B8B8. Windows color (decimal): -3097001 or 5750480. OLE color: 5750480.
HSL color Cylindrical-coordinate representation of color #D0BE57: hue angle of 51.07º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D0BE57 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 87 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.18 |
| HSL | 51.07º | 0.56% | 0.58% | - |
| HSV(B) | 51.07º | 0.58% | 0.82% | - |
| XYZ | 46.15 | 50.92 | 16.41 | - |
| YUV | 183.64 | 73.46 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 87 | 0 | 0.09 | 0.58 | 0.18 | 51.07 | 0.56 | 0.58 |
| Hex | D0 | BE | 57 | 0 | 9 | 3A | 12 | 33 | 38 | 3A |
| Octal | 320 | 276 | 127 | 0 | 11 | 72 | 22 | 63 | 70 | 72 |
| Binary | 11010000 | 10111110 | 1010111 | 0 | 1001 | 111010 | 10010 | 110011 | 111000 | 111010 |
Color Harmonies of #D0BE57
Complementary color
Monochromatic Colors of #D0BE57
Black with #D0BE57
Text Example
Text Example
White with #D0BE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE57; }
p { color: rgb(208,190,87); }
H1.HeaderClassName
{
color: #D0BE57;
}
.AnyTagClassName
{
color: #D0BE57;
}
</style>
background-color css
<style>
a { background-color: #D0BE57; }
a { background-color: rgb(208,190,87); }
div.DivClassName
{
background-color: #D0BE57;
}
.BgClassName
{
background-color: #D0BE57;
}
</style>
border-color css
<style>
span { border-color: #D0BE57; }
span { border-color: rgb(208,190,87); }
td.TdClassName
{
border-color: #D0BE57;
}
.TagClassName
{
border-color: #D0BE57;
}
</style>