Shades of Ochre #D37F12
Tints of Ochre #D37F12
RGB
CMYK
RGB Variations
Color information
#D37F12 (or 0xD37F12) is known color: Ochre. HEX triplet: D3, 7F and 12. RGB value is (211,127,18). Sum of RGB (Red+Green+Blue) = 211+127+18=356 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.27% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 211 - color contains mainly: red. Hex color #D37F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37F12 is #2C80ED. Grayscale: #8C8C8C. Windows color (decimal): -2916590 or 1212371. OLE color: 1212371.
HSL color Cylindrical-coordinate representation of color #D37F12: hue angle of 33.89º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D37F12 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 127 | 18 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.17 |
| HSL | 33.89º | 0.84% | 0.45% | - |
| HSV(B) | 33.89º | 0.91% | 0.83% | - |
| XYZ | 34.56 | 29.07 | 4.36 | - |
| YUV | 139.69 | 59.33 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 127 | 18 | 0 | 0.40 | 0.91 | 0.17 | 33.89 | 0.84 | 0.45 |
| Hex | D3 | 7F | 12 | 0 | 28 | 5B | 11 | 22 | 54 | 2D |
| Octal | 323 | 177 | 22 | 0 | 50 | 133 | 21 | 42 | 124 | 55 |
| Binary | 11010011 | 1111111 | 10010 | 0 | 101000 | 1011011 | 10001 | 100010 | 1010100 | 101101 |
Color Harmonies of #D37F12
Complementary color
Monochromatic Colors of #D37F12
Black with #D37F12
Text Example
Text Example
White with #D37F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37F12; }
p { color: rgb(211,127,18); }
H1.HeaderClassName
{
color: #D37F12;
}
.AnyTagClassName
{
color: #D37F12;
}
</style>
background-color css
<style>
a { background-color: #D37F12; }
a { background-color: rgb(211,127,18); }
div.DivClassName
{
background-color: #D37F12;
}
.BgClassName
{
background-color: #D37F12;
}
</style>
border-color css
<style>
span { border-color: #D37F12; }
span { border-color: rgb(211,127,18); }
td.TdClassName
{
border-color: #D37F12;
}
.TagClassName
{
border-color: #D37F12;
}
</style>