Shades of Fire Bush #D7A348
Tints of Fire Bush #D7A348
RGB
CMYK
RGB Variations
Color information
#D7A348 (or 0xD7A348) is known color: Fire Bush. HEX triplet: D7, A3 and 48. RGB value is (215,163,72). Sum of RGB (Red+Green+Blue) = 215+163+72=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 72 (28.52% from 255 or 16% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A348 is #285CB7. Grayscale: #A8A8A8. Windows color (decimal): -2645176 or 4760535. OLE color: 4760535.
HSL color Cylindrical-coordinate representation of color #D7A348: hue angle of 38.18º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D7A348 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 163 | 72 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.16 |
| HSL | 38.18º | 0.64% | 0.56% | - |
| HSV(B) | 38.18º | 0.67% | 0.84% | - |
| XYZ | 42.29 | 41.11 | 11.84 | - |
| YUV | 168.17 | 73.73 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 163 | 72 | 0 | 0.24 | 0.67 | 0.16 | 38.18 | 0.64 | 0.56 |
| Hex | D7 | A3 | 48 | 0 | 18 | 43 | 10 | 26 | 40 | 38 |
| Octal | 327 | 243 | 110 | 0 | 30 | 103 | 20 | 46 | 100 | 70 |
| Binary | 11010111 | 10100011 | 1001000 | 0 | 11000 | 1000011 | 10000 | 100110 | 1000000 | 111000 |
Color Harmonies of #D7A348
Complementary color
Monochromatic Colors of #D7A348
Black with #D7A348
Text Example
Text Example
White with #D7A348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A348; }
p { color: rgb(215,163,72); }
H1.HeaderClassName
{
color: #D7A348;
}
.AnyTagClassName
{
color: #D7A348;
}
</style>
background-color css
<style>
a { background-color: #D7A348; }
a { background-color: rgb(215,163,72); }
div.DivClassName
{
background-color: #D7A348;
}
.BgClassName
{
background-color: #D7A348;
}
</style>
border-color css
<style>
span { border-color: #D7A348; }
span { border-color: rgb(215,163,72); }
td.TdClassName
{
border-color: #D7A348;
}
.TagClassName
{
border-color: #D7A348;
}
</style>