Shades of Fire Bush #D5994C
Tints of Fire Bush #D5994C
RGB
CMYK
RGB Variations
Color information
#D5994C (or 0xD5994C) is known color: Fire Bush. HEX triplet: D5, 99 and 4C. RGB value is (213,153,76). Sum of RGB (Red+Green+Blue) = 213+153+76=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 76 (30.08% from 255 or 17.19% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D5994C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5994C is #2A66B3. Grayscale: #A2A2A2. Windows color (decimal): -2778804 or 5020117. OLE color: 5020117.
HSL color Cylindrical-coordinate representation of color #D5994C: hue angle of 33.72º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D5994C is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 153 | 76 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.16 |
| HSL | 33.72º | 0.62% | 0.57% | - |
| HSV(B) | 33.72º | 0.64% | 0.84% | - |
| XYZ | 40.14 | 37.45 | 11.95 | - |
| YUV | 162.16 | 79.38 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 76 | 0 | 0.28 | 0.64 | 0.16 | 33.72 | 0.62 | 0.57 |
| Hex | D5 | 99 | 4C | 0 | 1C | 40 | 10 | 22 | 3E | 39 |
| Octal | 325 | 231 | 114 | 0 | 34 | 100 | 20 | 42 | 76 | 71 |
| Binary | 11010101 | 10011001 | 1001100 | 0 | 11100 | 1000000 | 10000 | 100010 | 111110 | 111001 |
Color Harmonies of #D5994C
Complementary color
Monochromatic Colors of #D5994C
Black with #D5994C
Text Example
Text Example
White with #D5994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5994C; }
p { color: rgb(213,153,76); }
H1.HeaderClassName
{
color: #D5994C;
}
.AnyTagClassName
{
color: #D5994C;
}
</style>
background-color css
<style>
a { background-color: #D5994C; }
a { background-color: rgb(213,153,76); }
div.DivClassName
{
background-color: #D5994C;
}
.BgClassName
{
background-color: #D5994C;
}
</style>
border-color css
<style>
span { border-color: #D5994C; }
span { border-color: rgb(213,153,76); }
td.TdClassName
{
border-color: #D5994C;
}
.TagClassName
{
border-color: #D5994C;
}
</style>