Shades of Fire Bush #D68F42
Tints of Fire Bush #D68F42
RGB
CMYK
RGB Variations
Color information
#D68F42 (or 0xD68F42) is known color: Fire Bush. HEX triplet: D6, 8F and 42. RGB value is (214,143,66). Sum of RGB (Red+Green+Blue) = 214+143+66=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68F42 is #2970BD. Grayscale: #9B9B9B. Windows color (decimal): -2715838 or 4362198. OLE color: 4362198.
HSL color Cylindrical-coordinate representation of color #D68F42: hue angle of 31.22º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D68F42 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 66 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.16 |
| HSL | 31.22º | 0.64% | 0.55% | - |
| HSV(B) | 31.22º | 0.69% | 0.84% | - |
| XYZ | 38.54 | 34.33 | 9.75 | - |
| YUV | 155.45 | 77.52 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 66 | 0 | 0.33 | 0.69 | 0.16 | 31.22 | 0.64 | 0.55 |
| Hex | D6 | 8F | 42 | 0 | 21 | 45 | 10 | 1F | 40 | 37 |
| Octal | 326 | 217 | 102 | 0 | 41 | 105 | 20 | 37 | 100 | 67 |
| Binary | 11010110 | 10001111 | 1000010 | 0 | 100001 | 1000101 | 10000 | 11111 | 1000000 | 110111 |
Color Harmonies of #D68F42
Complementary color
Monochromatic Colors of #D68F42
Black with #D68F42
Text Example
Text Example
White with #D68F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68F42; }
p { color: rgb(214,143,66); }
H1.HeaderClassName
{
color: #D68F42;
}
.AnyTagClassName
{
color: #D68F42;
}
</style>
background-color css
<style>
a { background-color: #D68F42; }
a { background-color: rgb(214,143,66); }
div.DivClassName
{
background-color: #D68F42;
}
.BgClassName
{
background-color: #D68F42;
}
</style>
border-color css
<style>
span { border-color: #D68F42; }
span { border-color: rgb(214,143,66); }
td.TdClassName
{
border-color: #D68F42;
}
.TagClassName
{
border-color: #D68F42;
}
</style>