Shades of Tacha #D4B454
Tints of Tacha #D4B454
RGB
CMYK
RGB Variations
Color information
#D4B454 (or 0xD4B454) is known color: Tacha. HEX triplet: D4, B4 and 54. RGB value is (212,180,84). Sum of RGB (Red+Green+Blue) = 212+180+84=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 84 (33.20% from 255 or 17.65% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B454 is #2B4BAB. Grayscale: #B3B3B3. Windows color (decimal): -2837420 or 5551316. OLE color: 5551316.
HSL color Cylindrical-coordinate representation of color #D4B454: hue angle of 45º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4B454 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 180 | 84 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.17 |
| HSL | 45º | 0.6% | 0.58% | - |
| HSV(B) | 45º | 0.6% | 0.83% | - |
| XYZ | 45.07 | 47.28 | 15.14 | - |
| YUV | 178.62 | 74.6 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 180 | 84 | 0 | 0.15 | 0.60 | 0.17 | 45 | 0.6 | 0.58 |
| Hex | D4 | B4 | 54 | 0 | F | 3C | 11 | 2D | 3C | 3A |
| Octal | 324 | 264 | 124 | 0 | 17 | 74 | 21 | 55 | 74 | 72 |
| Binary | 11010100 | 10110100 | 1010100 | 0 | 1111 | 111100 | 10001 | 101101 | 111100 | 111010 |
Color Harmonies of #D4B454
Complementary color
Monochromatic Colors of #D4B454
Black with #D4B454
Text Example
Text Example
White with #D4B454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B454; }
p { color: rgb(212,180,84); }
H1.HeaderClassName
{
color: #D4B454;
}
.AnyTagClassName
{
color: #D4B454;
}
</style>
background-color css
<style>
a { background-color: #D4B454; }
a { background-color: rgb(212,180,84); }
div.DivClassName
{
background-color: #D4B454;
}
.BgClassName
{
background-color: #D4B454;
}
</style>
border-color css
<style>
span { border-color: #D4B454; }
span { border-color: rgb(212,180,84); }
td.TdClassName
{
border-color: #D4B454;
}
.TagClassName
{
border-color: #D4B454;
}
</style>