Shades of Tacha #D0B15D
Tints of Tacha #D0B15D
RGB
CMYK
RGB Variations
Color information
#D0B15D (or 0xD0B15D) is known color: Tacha. HEX triplet: D0, B1 and 5D. RGB value is (208,177,93). Sum of RGB (Red+Green+Blue) = 208+177+93=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B15D is #2F4EA2. Grayscale: #B1B1B1. Windows color (decimal): -3100323 or 6140368. OLE color: 6140368.
HSL color Cylindrical-coordinate representation of color #D0B15D: hue angle of 43.83º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0B15D is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 177 | 93 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.18 |
| HSL | 43.83º | 0.55% | 0.59% | - |
| HSV(B) | 43.83º | 0.55% | 0.82% | - |
| XYZ | 43.71 | 45.64 | 16.86 | - |
| YUV | 176.69 | 80.77 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 177 | 93 | 0 | 0.15 | 0.55 | 0.18 | 43.83 | 0.55 | 0.59 |
| Hex | D0 | B1 | 5D | 0 | F | 37 | 12 | 2C | 37 | 3B |
| Octal | 320 | 261 | 135 | 0 | 17 | 67 | 22 | 54 | 67 | 73 |
| Binary | 11010000 | 10110001 | 1011101 | 0 | 1111 | 110111 | 10010 | 101100 | 110111 | 111011 |
Color Harmonies of #D0B15D
Complementary color
Monochromatic Colors of #D0B15D
Black with #D0B15D
Text Example
Text Example
White with #D0B15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B15D; }
p { color: rgb(208,177,93); }
H1.HeaderClassName
{
color: #D0B15D;
}
.AnyTagClassName
{
color: #D0B15D;
}
</style>
background-color css
<style>
a { background-color: #D0B15D; }
a { background-color: rgb(208,177,93); }
div.DivClassName
{
background-color: #D0B15D;
}
.BgClassName
{
background-color: #D0B15D;
}
</style>
border-color css
<style>
span { border-color: #D0B15D; }
span { border-color: rgb(208,177,93); }
td.TdClassName
{
border-color: #D0B15D;
}
.TagClassName
{
border-color: #D0B15D;
}
</style>