Shades of Fire Bush #D68F48
Tints of Fire Bush #D68F48
RGB
CMYK
RGB Variations
Color information
#D68F48 (or 0xD68F48) is known color: Fire Bush. HEX triplet: D6, 8F and 48. RGB value is (214,143,72). Sum of RGB (Red+Green+Blue) = 214+143+72=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 72 (28.52% from 255 or 16.78% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68F48 is #2970B7. Grayscale: #9C9C9C. Windows color (decimal): -2715832 or 4755414. OLE color: 4755414.
HSL color Cylindrical-coordinate representation of color #D68F48: hue angle of 30º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D68F48 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 72 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.16 |
| HSL | 30º | 0.63% | 0.56% | - |
| HSV(B) | 30º | 0.66% | 0.84% | - |
| XYZ | 38.72 | 34.41 | 10.73 | - |
| YUV | 156.14 | 80.52 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 72 | 0 | 0.33 | 0.66 | 0.16 | 30 | 0.63 | 0.56 |
| Hex | D6 | 8F | 48 | 0 | 21 | 42 | 10 | 1E | 3F | 38 |
| Octal | 326 | 217 | 110 | 0 | 41 | 102 | 20 | 36 | 77 | 70 |
| Binary | 11010110 | 10001111 | 1001000 | 0 | 100001 | 1000010 | 10000 | 11110 | 111111 | 111000 |
Color Harmonies of #D68F48
Complementary color
Monochromatic Colors of #D68F48
Black with #D68F48
Text Example
Text Example
White with #D68F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68F48; }
p { color: rgb(214,143,72); }
H1.HeaderClassName
{
color: #D68F48;
}
.AnyTagClassName
{
color: #D68F48;
}
</style>
background-color css
<style>
a { background-color: #D68F48; }
a { background-color: rgb(214,143,72); }
div.DivClassName
{
background-color: #D68F48;
}
.BgClassName
{
background-color: #D68F48;
}
</style>
border-color css
<style>
span { border-color: #D68F48; }
span { border-color: rgb(214,143,72); }
td.TdClassName
{
border-color: #D68F48;
}
.TagClassName
{
border-color: #D68F48;
}
</style>