Shades of Tacha #D4BD5A
Tints of Tacha #D4BD5A
RGB
CMYK
RGB Variations
Color information
#D4BD5A (or 0xD4BD5A) is known color: Tacha. HEX triplet: D4, BD and 5A. RGB value is (212,189,90). Sum of RGB (Red+Green+Blue) = 212+189+90=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BD5A is #2B42A5. Grayscale: #B9B9B9. Windows color (decimal): -2835110 or 5946836. OLE color: 5946836.
HSL color Cylindrical-coordinate representation of color #D4BD5A: hue angle of 48.69º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4BD5A is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 189 | 90 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.17 |
| HSL | 48.69º | 0.59% | 0.59% | - |
| HSV(B) | 48.69º | 0.58% | 0.83% | - |
| XYZ | 47.19 | 51.13 | 17.05 | - |
| YUV | 184.59 | 74.62 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 189 | 90 | 0 | 0.11 | 0.58 | 0.17 | 48.69 | 0.59 | 0.59 |
| Hex | D4 | BD | 5A | 0 | B | 3A | 11 | 31 | 3B | 3B |
| Octal | 324 | 275 | 132 | 0 | 13 | 72 | 21 | 61 | 73 | 73 |
| Binary | 11010100 | 10111101 | 1011010 | 0 | 1011 | 111010 | 10001 | 110001 | 111011 | 111011 |
Color Harmonies of #D4BD5A
Complementary color
Monochromatic Colors of #D4BD5A
Black with #D4BD5A
Text Example
Text Example
White with #D4BD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BD5A; }
p { color: rgb(212,189,90); }
H1.HeaderClassName
{
color: #D4BD5A;
}
.AnyTagClassName
{
color: #D4BD5A;
}
</style>
background-color css
<style>
a { background-color: #D4BD5A; }
a { background-color: rgb(212,189,90); }
div.DivClassName
{
background-color: #D4BD5A;
}
.BgClassName
{
background-color: #D4BD5A;
}
</style>
border-color css
<style>
span { border-color: #D4BD5A; }
span { border-color: rgb(212,189,90); }
td.TdClassName
{
border-color: #D4BD5A;
}
.TagClassName
{
border-color: #D4BD5A;
}
</style>