Shades of Ochre #D37718
Tints of Ochre #D37718
RGB
CMYK
RGB Variations
Color information
#D37718 (or 0xD37718) is known color: Ochre. HEX triplet: D3, 77 and 18. RGB value is (211,119,24). Sum of RGB (Red+Green+Blue) = 211+119+24=354 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.60% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 24 (9.77% from 255 or 6.78% from 354); Max value from RGB is 211 - color contains mainly: red. Hex color #D37718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37718 is #2C88E7. Grayscale: #888888. Windows color (decimal): -2918632 or 1603539. OLE color: 1603539.
HSL color Cylindrical-coordinate representation of color #D37718: hue angle of 30.48º 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 #D37718 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 119 | 24 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.17 |
| HSL | 30.48º | 0.8% | 0.46% | - |
| HSV(B) | 30.48º | 0.89% | 0.83% | - |
| XYZ | 33.63 | 27.11 | 4.32 | - |
| YUV | 135.68 | 64.98 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 119 | 24 | 0 | 0.44 | 0.89 | 0.17 | 30.48 | 0.8 | 0.46 |
| Hex | D3 | 77 | 18 | 0 | 2C | 59 | 11 | 1E | 50 | 2E |
| Octal | 323 | 167 | 30 | 0 | 54 | 131 | 21 | 36 | 120 | 56 |
| Binary | 11010011 | 1110111 | 11000 | 0 | 101100 | 1011001 | 10001 | 11110 | 1010000 | 101110 |
Color Harmonies of #D37718
Complementary color
Monochromatic Colors of #D37718
Black with #D37718
Text Example
Text Example
White with #D37718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37718; }
p { color: rgb(211,119,24); }
H1.HeaderClassName
{
color: #D37718;
}
.AnyTagClassName
{
color: #D37718;
}
</style>
background-color css
<style>
a { background-color: #D37718; }
a { background-color: rgb(211,119,24); }
div.DivClassName
{
background-color: #D37718;
}
.BgClassName
{
background-color: #D37718;
}
</style>
border-color css
<style>
span { border-color: #D37718; }
span { border-color: rgb(211,119,24); }
td.TdClassName
{
border-color: #D37718;
}
.TagClassName
{
border-color: #D37718;
}
</style>