Shades of Tacha #D0B55D
Tints of Tacha #D0B55D
RGB
CMYK
RGB Variations
Color information
#D0B55D (or 0xD0B55D) is known color: Tacha. HEX triplet: D0, B5 and 5D. RGB value is (208,181,93). Sum of RGB (Red+Green+Blue) = 208+181+93=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B55D is #2F4AA2. Grayscale: #B3B3B3. Windows color (decimal): -3099299 or 6141392. OLE color: 6141392.
HSL color Cylindrical-coordinate representation of color #D0B55D: hue angle of 45.91º 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 #D0B55D is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 181 | 93 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.18 |
| HSL | 45.91º | 0.55% | 0.59% | - |
| HSV(B) | 45.91º | 0.55% | 0.82% | - |
| XYZ | 44.51 | 47.25 | 17.13 | - |
| YUV | 179.04 | 79.45 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 181 | 93 | 0 | 0.13 | 0.55 | 0.18 | 45.91 | 0.55 | 0.59 |
| Hex | D0 | B5 | 5D | 0 | D | 37 | 12 | 2E | 37 | 3B |
| Octal | 320 | 265 | 135 | 0 | 15 | 67 | 22 | 56 | 67 | 73 |
| Binary | 11010000 | 10110101 | 1011101 | 0 | 1101 | 110111 | 10010 | 101110 | 110111 | 111011 |
Color Harmonies of #D0B55D
Complementary color
Monochromatic Colors of #D0B55D
Black with #D0B55D
Text Example
Text Example
White with #D0B55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B55D; }
p { color: rgb(208,181,93); }
H1.HeaderClassName
{
color: #D0B55D;
}
.AnyTagClassName
{
color: #D0B55D;
}
</style>
background-color css
<style>
a { background-color: #D0B55D; }
a { background-color: rgb(208,181,93); }
div.DivClassName
{
background-color: #D0B55D;
}
.BgClassName
{
background-color: #D0B55D;
}
</style>
border-color css
<style>
span { border-color: #D0B55D; }
span { border-color: rgb(208,181,93); }
td.TdClassName
{
border-color: #D0B55D;
}
.TagClassName
{
border-color: #D0B55D;
}
</style>