Shades of Chilean Fire #D86233
Tints of Chilean Fire #D86233
RGB
CMYK
RGB Variations
Color information
#D86233 (or 0xD86233) is known color: Chilean Fire. HEX triplet: D8, 62 and 33. RGB value is (216,98,51). Sum of RGB (Red+Green+Blue) = 216+98+51=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D86233 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86233 is #279DCC. Grayscale: #808080. Windows color (decimal): -2596301 or 3367640. OLE color: 3367640.
HSL color Cylindrical-coordinate representation of color #D86233: hue angle of 17.09º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D86233 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 51 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.15 |
| HSL | 17.09º | 0.68% | 0.52% | - |
| HSV(B) | 17.09º | 0.76% | 0.85% | - |
| XYZ | 33.28 | 23.57 | 5.93 | - |
| YUV | 127.92 | 84.59 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 51 | 0 | 0.55 | 0.76 | 0.15 | 17.09 | 0.68 | 0.52 |
| Hex | D8 | 62 | 33 | 0 | 37 | 4C | F | 11 | 44 | 34 |
| Octal | 330 | 142 | 63 | 0 | 67 | 114 | 17 | 21 | 104 | 64 |
| Binary | 11011000 | 1100010 | 110011 | 0 | 110111 | 1001100 | 1111 | 10001 | 1000100 | 110100 |
Color Harmonies of #D86233
Complementary color
Monochromatic Colors of #D86233
Black with #D86233
Text Example
Text Example
White with #D86233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86233; }
p { color: rgb(216,98,51); }
H1.HeaderClassName
{
color: #D86233;
}
.AnyTagClassName
{
color: #D86233;
}
</style>
background-color css
<style>
a { background-color: #D86233; }
a { background-color: rgb(216,98,51); }
div.DivClassName
{
background-color: #D86233;
}
.BgClassName
{
background-color: #D86233;
}
</style>
border-color css
<style>
span { border-color: #D86233; }
span { border-color: rgb(216,98,51); }
td.TdClassName
{
border-color: #D86233;
}
.TagClassName
{
border-color: #D86233;
}
</style>