Shades of Tacha #D0B561
Tints of Tacha #D0B561
RGB
CMYK
RGB Variations
Color information
#D0B561 (or 0xD0B561) is known color: Tacha. HEX triplet: D0, B5 and 61. RGB value is (208,181,97). Sum of RGB (Red+Green+Blue) = 208+181+97=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 97 (38.28% from 255 or 19.96% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B561 is #2F4A9E. Grayscale: #B3B3B3. Windows color (decimal): -3099295 or 6403536. OLE color: 6403536.
HSL color Cylindrical-coordinate representation of color #D0B561: hue angle of 45.41º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D0B561 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 181 | 97 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.18 |
| HSL | 45.41º | 0.54% | 0.6% | - |
| HSV(B) | 45.41º | 0.53% | 0.82% | - |
| XYZ | 44.69 | 47.32 | 18.09 | - |
| YUV | 179.5 | 81.45 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 181 | 97 | 0 | 0.13 | 0.53 | 0.18 | 45.41 | 0.54 | 0.6 |
| Hex | D0 | B5 | 61 | 0 | D | 35 | 12 | 2D | 36 | 3C |
| Octal | 320 | 265 | 141 | 0 | 15 | 65 | 22 | 55 | 66 | 74 |
| Binary | 11010000 | 10110101 | 1100001 | 0 | 1101 | 110101 | 10010 | 101101 | 110110 | 111100 |
Color Harmonies of #D0B561
Complementary color
Monochromatic Colors of #D0B561
Black with #D0B561
Text Example
Text Example
White with #D0B561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B561; }
p { color: rgb(208,181,97); }
H1.HeaderClassName
{
color: #D0B561;
}
.AnyTagClassName
{
color: #D0B561;
}
</style>
background-color css
<style>
a { background-color: #D0B561; }
a { background-color: rgb(208,181,97); }
div.DivClassName
{
background-color: #D0B561;
}
.BgClassName
{
background-color: #D0B561;
}
</style>
border-color css
<style>
span { border-color: #D0B561; }
span { border-color: rgb(208,181,97); }
td.TdClassName
{
border-color: #D0B561;
}
.TagClassName
{
border-color: #D0B561;
}
</style>