Shades of Chilean Fire #D86238
Tints of Chilean Fire #D86238
RGB
CMYK
RGB Variations
Color information
#D86238 (or 0xD86238) is known color: Chilean Fire. HEX triplet: D8, 62 and 38. RGB value is (216,98,56). Sum of RGB (Red+Green+Blue) = 216+98+56=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 56 (22.27% from 255 or 15.14% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D86238 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86238 is #279DC7. Grayscale: #808080. Windows color (decimal): -2596296 or 3695320. OLE color: 3695320.
HSL color Cylindrical-coordinate representation of color #D86238: hue angle of 15.75º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D86238 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 56 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.15 |
| HSL | 15.75º | 0.67% | 0.53% | - |
| HSV(B) | 15.75º | 0.74% | 0.85% | - |
| XYZ | 33.4 | 23.62 | 6.54 | - |
| YUV | 128.49 | 87.09 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 56 | 0 | 0.55 | 0.74 | 0.15 | 15.75 | 0.67 | 0.53 |
| Hex | D8 | 62 | 38 | 0 | 37 | 4A | F | 10 | 43 | 35 |
| Octal | 330 | 142 | 70 | 0 | 67 | 112 | 17 | 20 | 103 | 65 |
| Binary | 11011000 | 1100010 | 111000 | 0 | 110111 | 1001010 | 1111 | 10000 | 1000011 | 110101 |
Color Harmonies of #D86238
Complementary color
Monochromatic Colors of #D86238
Black with #D86238
Text Example
Text Example
White with #D86238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86238; }
p { color: rgb(216,98,56); }
H1.HeaderClassName
{
color: #D86238;
}
.AnyTagClassName
{
color: #D86238;
}
</style>
background-color css
<style>
a { background-color: #D86238; }
a { background-color: rgb(216,98,56); }
div.DivClassName
{
background-color: #D86238;
}
.BgClassName
{
background-color: #D86238;
}
</style>
border-color css
<style>
span { border-color: #D86238; }
span { border-color: rgb(216,98,56); }
td.TdClassName
{
border-color: #D86238;
}
.TagClassName
{
border-color: #D86238;
}
</style>