Shades of Fire Bush #D5934A
Tints of Fire Bush #D5934A
RGB
CMYK
RGB Variations
Color information
#D5934A (or 0xD5934A) is known color: Fire Bush. HEX triplet: D5, 93 and 4A. RGB value is (213,147,74). Sum of RGB (Red+Green+Blue) = 213+147+74=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D5934A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5934A is #2A6CB5. Grayscale: #9E9E9E. Windows color (decimal): -2780342 or 4887509. OLE color: 4887509.
HSL color Cylindrical-coordinate representation of color #D5934A: hue angle of 31.51º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D5934A is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 74 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.16 |
| HSL | 31.51º | 0.62% | 0.56% | - |
| HSV(B) | 31.51º | 0.65% | 0.84% | - |
| XYZ | 39.11 | 35.51 | 11.27 | - |
| YUV | 158.41 | 80.37 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 74 | 0 | 0.31 | 0.65 | 0.16 | 31.51 | 0.62 | 0.56 |
| Hex | D5 | 93 | 4A | 0 | 1F | 41 | 10 | 20 | 3E | 38 |
| Octal | 325 | 223 | 112 | 0 | 37 | 101 | 20 | 40 | 76 | 70 |
| Binary | 11010101 | 10010011 | 1001010 | 0 | 11111 | 1000001 | 10000 | 100000 | 111110 | 111000 |
Color Harmonies of #D5934A
Complementary color
Monochromatic Colors of #D5934A
Black with #D5934A
Text Example
Text Example
White with #D5934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5934A; }
p { color: rgb(213,147,74); }
H1.HeaderClassName
{
color: #D5934A;
}
.AnyTagClassName
{
color: #D5934A;
}
</style>
background-color css
<style>
a { background-color: #D5934A; }
a { background-color: rgb(213,147,74); }
div.DivClassName
{
background-color: #D5934A;
}
.BgClassName
{
background-color: #D5934A;
}
</style>
border-color css
<style>
span { border-color: #D5934A; }
span { border-color: rgb(213,147,74); }
td.TdClassName
{
border-color: #D5934A;
}
.TagClassName
{
border-color: #D5934A;
}
</style>