Shades of Tacha #D0BE58
Tints of Tacha #D0BE58
RGB
CMYK
RGB Variations
Color information
#D0BE58 (or 0xD0BE58) is known color: Tacha. HEX triplet: D0, BE and 58. RGB value is (208,190,88). Sum of RGB (Red+Green+Blue) = 208+190+88=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 88 (34.77% from 255 or 18.11% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BE58 is #2F41A7. Grayscale: #B8B8B8. Windows color (decimal): -3097000 or 5816016. OLE color: 5816016.
HSL color Cylindrical-coordinate representation of color #D0BE58: hue angle of 51º 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 #D0BE58 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 88 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.18 |
| HSL | 51º | 0.56% | 0.58% | - |
| HSV(B) | 51º | 0.58% | 0.82% | - |
| XYZ | 46.19 | 50.94 | 16.63 | - |
| YUV | 183.75 | 73.96 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 88 | 0 | 0.09 | 0.58 | 0.18 | 51 | 0.56 | 0.58 |
| Hex | D0 | BE | 58 | 0 | 9 | 3A | 12 | 33 | 38 | 3A |
| Octal | 320 | 276 | 130 | 0 | 11 | 72 | 22 | 63 | 70 | 72 |
| Binary | 11010000 | 10111110 | 1011000 | 0 | 1001 | 111010 | 10010 | 110011 | 111000 | 111010 |
Color Harmonies of #D0BE58
Complementary color
Monochromatic Colors of #D0BE58
Black with #D0BE58
Text Example
Text Example
White with #D0BE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE58; }
p { color: rgb(208,190,88); }
H1.HeaderClassName
{
color: #D0BE58;
}
.AnyTagClassName
{
color: #D0BE58;
}
</style>
background-color css
<style>
a { background-color: #D0BE58; }
a { background-color: rgb(208,190,88); }
div.DivClassName
{
background-color: #D0BE58;
}
.BgClassName
{
background-color: #D0BE58;
}
</style>
border-color css
<style>
span { border-color: #D0BE58; }
span { border-color: rgb(208,190,88); }
td.TdClassName
{
border-color: #D0BE58;
}
.TagClassName
{
border-color: #D0BE58;
}
</style>