Shades of Fire Bush #D3A143
Tints of Fire Bush #D3A143
RGB
CMYK
RGB Variations
Color information
#D3A143 (or 0xD3A143) is known color: Fire Bush. HEX triplet: D3, A1 and 43. RGB value is (211,161,67). Sum of RGB (Red+Green+Blue) = 211+161+67=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 67 (26.56% from 255 or 15.26% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A143 is #2C5EBC. Grayscale: #A5A5A5. Windows color (decimal): -2907837 or 4432339. OLE color: 4432339.
HSL color Cylindrical-coordinate representation of color #D3A143: hue angle of 39.17º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D3A143 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 161 | 67 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.17 |
| HSL | 39.17º | 0.62% | 0.55% | - |
| HSV(B) | 39.17º | 0.68% | 0.83% | - |
| XYZ | 40.62 | 39.74 | 10.84 | - |
| YUV | 165.23 | 72.57 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 161 | 67 | 0 | 0.24 | 0.68 | 0.17 | 39.17 | 0.62 | 0.55 |
| Hex | D3 | A1 | 43 | 0 | 18 | 44 | 11 | 27 | 3E | 37 |
| Octal | 323 | 241 | 103 | 0 | 30 | 104 | 21 | 47 | 76 | 67 |
| Binary | 11010011 | 10100001 | 1000011 | 0 | 11000 | 1000100 | 10001 | 100111 | 111110 | 110111 |
Color Harmonies of #D3A143
Complementary color
Monochromatic Colors of #D3A143
Black with #D3A143
Text Example
Text Example
White with #D3A143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A143; }
p { color: rgb(211,161,67); }
H1.HeaderClassName
{
color: #D3A143;
}
.AnyTagClassName
{
color: #D3A143;
}
</style>
background-color css
<style>
a { background-color: #D3A143; }
a { background-color: rgb(211,161,67); }
div.DivClassName
{
background-color: #D3A143;
}
.BgClassName
{
background-color: #D3A143;
}
</style>
border-color css
<style>
span { border-color: #D3A143; }
span { border-color: rgb(211,161,67); }
td.TdClassName
{
border-color: #D3A143;
}
.TagClassName
{
border-color: #D3A143;
}
</style>