Shades of Tacha #D0B769
Tints of Tacha #D0B769
RGB
CMYK
RGB Variations
Color information
#D0B769 (or 0xD0B769) is known color: Tacha. HEX triplet: D0, B7 and 69. RGB value is (208,183,105). Sum of RGB (Red+Green+Blue) = 208+183+105=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 105 (41.41% from 255 or 21.17% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B769 is #2F4896. Grayscale: #B5B5B5. Windows color (decimal): -3098775 or 6928336. OLE color: 6928336.
HSL color Cylindrical-coordinate representation of color #D0B769: hue angle of 45.44º degrees, saturation: 0.52, 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 #D0B769 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 183 | 105 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.18 |
| HSL | 45.44º | 0.52% | 0.61% | - |
| HSV(B) | 45.44º | 0.5% | 0.82% | - |
| XYZ | 45.5 | 48.3 | 20.29 | - |
| YUV | 181.58 | 84.78 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 183 | 105 | 0 | 0.12 | 0.50 | 0.18 | 45.44 | 0.52 | 0.61 |
| Hex | D0 | B7 | 69 | 0 | C | 32 | 12 | 2D | 34 | 3D |
| Octal | 320 | 267 | 151 | 0 | 14 | 62 | 22 | 55 | 64 | 75 |
| Binary | 11010000 | 10110111 | 1101001 | 0 | 1100 | 110010 | 10010 | 101101 | 110100 | 111101 |
Color Harmonies of #D0B769
Complementary color
Monochromatic Colors of #D0B769
Black with #D0B769
Text Example
Text Example
White with #D0B769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B769; }
p { color: rgb(208,183,105); }
H1.HeaderClassName
{
color: #D0B769;
}
.AnyTagClassName
{
color: #D0B769;
}
</style>
background-color css
<style>
a { background-color: #D0B769; }
a { background-color: rgb(208,183,105); }
div.DivClassName
{
background-color: #D0B769;
}
.BgClassName
{
background-color: #D0B769;
}
</style>
border-color css
<style>
span { border-color: #D0B769; }
span { border-color: rgb(208,183,105); }
td.TdClassName
{
border-color: #D0B769;
}
.TagClassName
{
border-color: #D0B769;
}
</style>