Shades of Tacha #D0C758
Tints of Tacha #D0C758
RGB
CMYK
RGB Variations
Color information
#D0C758 (or 0xD0C758) is known color: Tacha. HEX triplet: D0, C7 and 58. RGB value is (208,199,88). Sum of RGB (Red+Green+Blue) = 208+199+88=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 88 (34.77% from 255 or 17.78% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C758 is #2F38A7. Grayscale: #BDBDBD. Windows color (decimal): -3094696 or 5818320. OLE color: 5818320.
HSL color Cylindrical-coordinate representation of color #D0C758: hue angle of 55.5º 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 #D0C758 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 199 | 88 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.18 |
| HSL | 55.5º | 0.56% | 0.58% | - |
| HSV(B) | 55.5º | 0.58% | 0.82% | - |
| XYZ | 48.2 | 54.96 | 17.3 | - |
| YUV | 189.04 | 70.98 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 199 | 88 | 0 | 0.04 | 0.58 | 0.18 | 55.5 | 0.56 | 0.58 |
| Hex | D0 | C7 | 58 | 0 | 4 | 3A | 12 | 38 | 38 | 3A |
| Octal | 320 | 307 | 130 | 0 | 4 | 72 | 22 | 70 | 70 | 72 |
| Binary | 11010000 | 11000111 | 1011000 | 0 | 100 | 111010 | 10010 | 111000 | 111000 | 111010 |
Color Harmonies of #D0C758
Complementary color
Monochromatic Colors of #D0C758
Black with #D0C758
Text Example
Text Example
White with #D0C758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C758; }
p { color: rgb(208,199,88); }
H1.HeaderClassName
{
color: #D0C758;
}
.AnyTagClassName
{
color: #D0C758;
}
</style>
background-color css
<style>
a { background-color: #D0C758; }
a { background-color: rgb(208,199,88); }
div.DivClassName
{
background-color: #D0C758;
}
.BgClassName
{
background-color: #D0C758;
}
</style>
border-color css
<style>
span { border-color: #D0C758; }
span { border-color: rgb(208,199,88); }
td.TdClassName
{
border-color: #D0C758;
}
.TagClassName
{
border-color: #D0C758;
}
</style>