Shades of Ochre #D37818
Tints of Ochre #D37818
RGB
CMYK
RGB Variations
Color information
#D37818 (or 0xD37818) is known color: Ochre. HEX triplet: D3, 78 and 18. RGB value is (211,120,24). Sum of RGB (Red+Green+Blue) = 211+120+24=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 24 (9.77% from 255 or 6.76% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D37818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37818 is #2C87E7. Grayscale: #888888. Windows color (decimal): -2918376 or 1603795. OLE color: 1603795.
HSL color Cylindrical-coordinate representation of color #D37818: hue angle of 30.8º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D37818 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 120 | 24 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.17 |
| HSL | 30.8º | 0.8% | 0.46% | - |
| HSV(B) | 30.8º | 0.89% | 0.83% | - |
| XYZ | 33.75 | 27.35 | 4.36 | - |
| YUV | 136.27 | 64.65 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 120 | 24 | 0 | 0.43 | 0.89 | 0.17 | 30.8 | 0.8 | 0.46 |
| Hex | D3 | 78 | 18 | 0 | 2B | 59 | 11 | 1F | 50 | 2E |
| Octal | 323 | 170 | 30 | 0 | 53 | 131 | 21 | 37 | 120 | 56 |
| Binary | 11010011 | 1111000 | 11000 | 0 | 101011 | 1011001 | 10001 | 11111 | 1010000 | 101110 |
Color Harmonies of #D37818
Complementary color
Monochromatic Colors of #D37818
Black with #D37818
Text Example
Text Example
White with #D37818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37818; }
p { color: rgb(211,120,24); }
H1.HeaderClassName
{
color: #D37818;
}
.AnyTagClassName
{
color: #D37818;
}
</style>
background-color css
<style>
a { background-color: #D37818; }
a { background-color: rgb(211,120,24); }
div.DivClassName
{
background-color: #D37818;
}
.BgClassName
{
background-color: #D37818;
}
</style>
border-color css
<style>
span { border-color: #D37818; }
span { border-color: rgb(211,120,24); }
td.TdClassName
{
border-color: #D37818;
}
.TagClassName
{
border-color: #D37818;
}
</style>