Shades of Tacha #D0B55B
Tints of Tacha #D0B55B
RGB
CMYK
RGB Variations
Color information
#D0B55B (or 0xD0B55B) is known color: Tacha. HEX triplet: D0, B5 and 5B. RGB value is (208,181,91). Sum of RGB (Red+Green+Blue) = 208+181+91=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 91 (35.94% from 255 or 18.96% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B55B is #2F4AA4. Grayscale: #B3B3B3. Windows color (decimal): -3099301 or 6010320. OLE color: 6010320.
HSL color Cylindrical-coordinate representation of color #D0B55B: hue angle of 46.15º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0B55B is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 181 | 91 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.18 |
| HSL | 46.15º | 0.55% | 0.59% | - |
| HSV(B) | 46.15º | 0.56% | 0.82% | - |
| XYZ | 44.42 | 47.21 | 16.67 | - |
| YUV | 178.81 | 78.45 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 181 | 91 | 0 | 0.13 | 0.56 | 0.18 | 46.15 | 0.55 | 0.59 |
| Hex | D0 | B5 | 5B | 0 | D | 38 | 12 | 2E | 37 | 3B |
| Octal | 320 | 265 | 133 | 0 | 15 | 70 | 22 | 56 | 67 | 73 |
| Binary | 11010000 | 10110101 | 1011011 | 0 | 1101 | 111000 | 10010 | 101110 | 110111 | 111011 |
Color Harmonies of #D0B55B
Complementary color
Monochromatic Colors of #D0B55B
Black with #D0B55B
Text Example
Text Example
White with #D0B55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B55B; }
p { color: rgb(208,181,91); }
H1.HeaderClassName
{
color: #D0B55B;
}
.AnyTagClassName
{
color: #D0B55B;
}
</style>
background-color css
<style>
a { background-color: #D0B55B; }
a { background-color: rgb(208,181,91); }
div.DivClassName
{
background-color: #D0B55B;
}
.BgClassName
{
background-color: #D0B55B;
}
</style>
border-color css
<style>
span { border-color: #D0B55B; }
span { border-color: rgb(208,181,91); }
td.TdClassName
{
border-color: #D0B55B;
}
.TagClassName
{
border-color: #D0B55B;
}
</style>