Shades of Tacha #D5BE67
Tints of Tacha #D5BE67
RGB
CMYK
RGB Variations
Color information
#D5BE67 (or 0xD5BE67) is known color: Tacha. HEX triplet: D5, BE and 67. RGB value is (213,190,103). Sum of RGB (Red+Green+Blue) = 213+190+103=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 103 (40.62% from 255 or 20.36% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BE67 is #2A4198. Grayscale: #BBBBBB. Windows color (decimal): -2769305 or 6799061. OLE color: 6799061.
HSL color Cylindrical-coordinate representation of color #D5BE67: hue angle of 47.45º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5BE67 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 103 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.16 |
| HSL | 47.45º | 0.57% | 0.62% | - |
| HSV(B) | 47.45º | 0.52% | 0.84% | - |
| XYZ | 48.3 | 51.95 | 20.31 | - |
| YUV | 186.96 | 80.62 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 103 | 0 | 0.11 | 0.52 | 0.16 | 47.45 | 0.57 | 0.62 |
| Hex | D5 | BE | 67 | 0 | B | 34 | 10 | 2F | 39 | 3E |
| Octal | 325 | 276 | 147 | 0 | 13 | 64 | 20 | 57 | 71 | 76 |
| Binary | 11010101 | 10111110 | 1100111 | 0 | 1011 | 110100 | 10000 | 101111 | 111001 | 111110 |
Color Harmonies of #D5BE67
Complementary color
Monochromatic Colors of #D5BE67
Black with #D5BE67
Text Example
Text Example
White with #D5BE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BE67; }
p { color: rgb(213,190,103); }
H1.HeaderClassName
{
color: #D5BE67;
}
.AnyTagClassName
{
color: #D5BE67;
}
</style>
background-color css
<style>
a { background-color: #D5BE67; }
a { background-color: rgb(213,190,103); }
div.DivClassName
{
background-color: #D5BE67;
}
.BgClassName
{
background-color: #D5BE67;
}
</style>
border-color css
<style>
span { border-color: #D5BE67; }
span { border-color: rgb(213,190,103); }
td.TdClassName
{
border-color: #D5BE67;
}
.TagClassName
{
border-color: #D5BE67;
}
</style>