Shades of Tacha #D4BF68
Tints of Tacha #D4BF68
RGB
CMYK
RGB Variations
Color information
#D4BF68 (or 0xD4BF68) is known color: Tacha. HEX triplet: D4, BF and 68. RGB value is (212,191,104). Sum of RGB (Red+Green+Blue) = 212+191+104=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 104 (41.02% from 255 or 20.51% from 507); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BF68 is #2B4097. Grayscale: #BBBBBB. Windows color (decimal): -2834584 or 6864852. OLE color: 6864852.
HSL color Cylindrical-coordinate representation of color #D4BF68: hue angle of 48.33º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4BF68 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 191 | 104 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.17 |
| HSL | 48.33º | 0.56% | 0.62% | - |
| HSV(B) | 48.33º | 0.51% | 0.83% | - |
| XYZ | 48.28 | 52.26 | 20.64 | - |
| YUV | 187.36 | 80.96 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 191 | 104 | 0 | 0.10 | 0.51 | 0.17 | 48.33 | 0.56 | 0.62 |
| Hex | D4 | BF | 68 | 0 | A | 33 | 11 | 30 | 38 | 3E |
| Octal | 324 | 277 | 150 | 0 | 12 | 63 | 21 | 60 | 70 | 76 |
| Binary | 11010100 | 10111111 | 1101000 | 0 | 1010 | 110011 | 10001 | 110000 | 111000 | 111110 |
Color Harmonies of #D4BF68
Complementary color
Monochromatic Colors of #D4BF68
Black with #D4BF68
Text Example
Text Example
White with #D4BF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BF68; }
p { color: rgb(212,191,104); }
H1.HeaderClassName
{
color: #D4BF68;
}
.AnyTagClassName
{
color: #D4BF68;
}
</style>
background-color css
<style>
a { background-color: #D4BF68; }
a { background-color: rgb(212,191,104); }
div.DivClassName
{
background-color: #D4BF68;
}
.BgClassName
{
background-color: #D4BF68;
}
</style>
border-color css
<style>
span { border-color: #D4BF68; }
span { border-color: rgb(212,191,104); }
td.TdClassName
{
border-color: #D4BF68;
}
.TagClassName
{
border-color: #D4BF68;
}
</style>