Shades of Fire Bush #D68F41
Tints of Fire Bush #D68F41
RGB
CMYK
RGB Variations
Color information
#D68F41 (or 0xD68F41) is known color: Fire Bush. HEX triplet: D6, 8F and 41. RGB value is (214,143,65). Sum of RGB (Red+Green+Blue) = 214+143+65=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 65 (25.78% from 255 or 15.40% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68F41 is #2970BE. Grayscale: #9B9B9B. Windows color (decimal): -2715839 or 4296662. OLE color: 4296662.
HSL color Cylindrical-coordinate representation of color #D68F41: hue angle of 31.41º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D68F41 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 65 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.16 |
| HSL | 31.41º | 0.65% | 0.55% | - |
| HSV(B) | 31.41º | 0.7% | 0.84% | - |
| XYZ | 38.51 | 34.32 | 9.6 | - |
| YUV | 155.34 | 77.02 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 65 | 0 | 0.33 | 0.70 | 0.16 | 31.41 | 0.65 | 0.55 |
| Hex | D6 | 8F | 41 | 0 | 21 | 46 | 10 | 1F | 41 | 37 |
| Octal | 326 | 217 | 101 | 0 | 41 | 106 | 20 | 37 | 101 | 67 |
| Binary | 11010110 | 10001111 | 1000001 | 0 | 100001 | 1000110 | 10000 | 11111 | 1000001 | 110111 |
Color Harmonies of #D68F41
Complementary color
Monochromatic Colors of #D68F41
Black with #D68F41
Text Example
Text Example
White with #D68F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68F41; }
p { color: rgb(214,143,65); }
H1.HeaderClassName
{
color: #D68F41;
}
.AnyTagClassName
{
color: #D68F41;
}
</style>
background-color css
<style>
a { background-color: #D68F41; }
a { background-color: rgb(214,143,65); }
div.DivClassName
{
background-color: #D68F41;
}
.BgClassName
{
background-color: #D68F41;
}
</style>
border-color css
<style>
span { border-color: #D68F41; }
span { border-color: rgb(214,143,65); }
td.TdClassName
{
border-color: #D68F41;
}
.TagClassName
{
border-color: #D68F41;
}
</style>