Shades of Tacha #D0BE67
Tints of Tacha #D0BE67
RGB
CMYK
RGB Variations
Color information
#D0BE67 (or 0xD0BE67) is known color: Tacha. HEX triplet: D0, BE and 67. RGB value is (208,190,103). Sum of RGB (Red+Green+Blue) = 208+190+103=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 103 (40.62% from 255 or 20.56% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BE67 is #2F4198. Grayscale: #B9B9B9. Windows color (decimal): -3096985 or 6799056. OLE color: 6799056.
HSL color Cylindrical-coordinate representation of color #D0BE67: hue angle of 49.71º 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 #D0BE67 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 103 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.18 |
| HSL | 49.71º | 0.53% | 0.61% | - |
| HSV(B) | 49.71º | 0.5% | 0.82% | - |
| XYZ | 46.87 | 51.22 | 20.25 | - |
| YUV | 185.46 | 81.46 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 103 | 0 | 0.09 | 0.50 | 0.18 | 49.71 | 0.53 | 0.61 |
| Hex | D0 | BE | 67 | 0 | 9 | 32 | 12 | 32 | 35 | 3D |
| Octal | 320 | 276 | 147 | 0 | 11 | 62 | 22 | 62 | 65 | 75 |
| Binary | 11010000 | 10111110 | 1100111 | 0 | 1001 | 110010 | 10010 | 110010 | 110101 | 111101 |
Color Harmonies of #D0BE67
Complementary color
Monochromatic Colors of #D0BE67
Black with #D0BE67
Text Example
Text Example
White with #D0BE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE67; }
p { color: rgb(208,190,103); }
H1.HeaderClassName
{
color: #D0BE67;
}
.AnyTagClassName
{
color: #D0BE67;
}
</style>
background-color css
<style>
a { background-color: #D0BE67; }
a { background-color: rgb(208,190,103); }
div.DivClassName
{
background-color: #D0BE67;
}
.BgClassName
{
background-color: #D0BE67;
}
</style>
border-color css
<style>
span { border-color: #D0BE67; }
span { border-color: rgb(208,190,103); }
td.TdClassName
{
border-color: #D0BE67;
}
.TagClassName
{
border-color: #D0BE67;
}
</style>