Shades of Ochre #D88118
Tints of Ochre #D88118
RGB
CMYK
RGB Variations
Color information
#D88118 (or 0xD88118) is known color: Ochre. HEX triplet: D8, 81 and 18. RGB value is (216,129,24). Sum of RGB (Red+Green+Blue) = 216+129+24=369 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.54% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 24 (9.77% from 255 or 6.50% from 369); Max value from RGB is 216 - color contains mainly: red. Hex color #D88118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88118 is #277EE7. Grayscale: #8F8F8F. Windows color (decimal): -2588392 or 1606104. OLE color: 1606104.
HSL color Cylindrical-coordinate representation of color #D88118: hue angle of 32.81º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D88118 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 129 | 24 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.15 |
| HSL | 32.81º | 0.8% | 0.47% | - |
| HSV(B) | 32.81º | 0.89% | 0.85% | - |
| XYZ | 36.33 | 30.37 | 4.81 | - |
| YUV | 143.04 | 60.82 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 129 | 24 | 0 | 0.40 | 0.89 | 0.15 | 32.81 | 0.8 | 0.47 |
| Hex | D8 | 81 | 18 | 0 | 28 | 59 | F | 21 | 50 | 2F |
| Octal | 330 | 201 | 30 | 0 | 50 | 131 | 17 | 41 | 120 | 57 |
| Binary | 11011000 | 10000001 | 11000 | 0 | 101000 | 1011001 | 1111 | 100001 | 1010000 | 101111 |
Color Harmonies of #D88118
Complementary color
Monochromatic Colors of #D88118
Black with #D88118
Text Example
Text Example
White with #D88118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88118; }
p { color: rgb(216,129,24); }
H1.HeaderClassName
{
color: #D88118;
}
.AnyTagClassName
{
color: #D88118;
}
</style>
background-color css
<style>
a { background-color: #D88118; }
a { background-color: rgb(216,129,24); }
div.DivClassName
{
background-color: #D88118;
}
.BgClassName
{
background-color: #D88118;
}
</style>
border-color css
<style>
span { border-color: #D88118; }
span { border-color: rgb(216,129,24); }
td.TdClassName
{
border-color: #D88118;
}
.TagClassName
{
border-color: #D88118;
}
</style>