Shades of Tacha #D0B867
Tints of Tacha #D0B867
RGB
CMYK
RGB Variations
Color information
#D0B867 (or 0xD0B867) is known color: Tacha. HEX triplet: D0, B8 and 67. RGB value is (208,184,103). Sum of RGB (Red+Green+Blue) = 208+184+103=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 103 (40.62% from 255 or 20.81% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B867 is #2F4798. Grayscale: #B6B6B6. Windows color (decimal): -3098521 or 6797520. OLE color: 6797520.
HSL color Cylindrical-coordinate representation of color #D0B867: hue angle of 46.29º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0B867 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 184 | 103 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.18 |
| HSL | 46.29º | 0.53% | 0.61% | - |
| HSV(B) | 46.29º | 0.5% | 0.82% | - |
| XYZ | 45.6 | 48.67 | 19.82 | - |
| YUV | 181.94 | 83.45 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 184 | 103 | 0 | 0.12 | 0.50 | 0.18 | 46.29 | 0.53 | 0.61 |
| Hex | D0 | B8 | 67 | 0 | C | 32 | 12 | 2E | 35 | 3D |
| Octal | 320 | 270 | 147 | 0 | 14 | 62 | 22 | 56 | 65 | 75 |
| Binary | 11010000 | 10111000 | 1100111 | 0 | 1100 | 110010 | 10010 | 101110 | 110101 | 111101 |
Color Harmonies of #D0B867
Complementary color
Monochromatic Colors of #D0B867
Black with #D0B867
Text Example
Text Example
White with #D0B867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B867; }
p { color: rgb(208,184,103); }
H1.HeaderClassName
{
color: #D0B867;
}
.AnyTagClassName
{
color: #D0B867;
}
</style>
background-color css
<style>
a { background-color: #D0B867; }
a { background-color: rgb(208,184,103); }
div.DivClassName
{
background-color: #D0B867;
}
.BgClassName
{
background-color: #D0B867;
}
</style>
border-color css
<style>
span { border-color: #D0B867; }
span { border-color: rgb(208,184,103); }
td.TdClassName
{
border-color: #D0B867;
}
.TagClassName
{
border-color: #D0B867;
}
</style>