Shades of Ochre #D37E12
Tints of Ochre #D37E12
RGB
CMYK
RGB Variations
Color information
#D37E12 (or 0xD37E12) is known color: Ochre. HEX triplet: D3, 7E and 12. RGB value is (211,126,18). Sum of RGB (Red+Green+Blue) = 211+126+18=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D37E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37E12 is #2C81ED. Grayscale: #8B8B8B. Windows color (decimal): -2916846 or 1212115. OLE color: 1212115.
HSL color Cylindrical-coordinate representation of color #D37E12: hue angle of 33.58º 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 #D37E12 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 126 | 18 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.17 |
| HSL | 33.58º | 0.84% | 0.45% | - |
| HSV(B) | 33.58º | 0.91% | 0.83% | - |
| XYZ | 34.43 | 28.81 | 4.32 | - |
| YUV | 139.1 | 59.66 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 126 | 18 | 0 | 0.40 | 0.91 | 0.17 | 33.58 | 0.84 | 0.45 |
| Hex | D3 | 7E | 12 | 0 | 28 | 5B | 11 | 22 | 54 | 2D |
| Octal | 323 | 176 | 22 | 0 | 50 | 133 | 21 | 42 | 124 | 55 |
| Binary | 11010011 | 1111110 | 10010 | 0 | 101000 | 1011011 | 10001 | 100010 | 1010100 | 101101 |
Color Harmonies of #D37E12
Complementary color
Monochromatic Colors of #D37E12
Black with #D37E12
Text Example
Text Example
White with #D37E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37E12; }
p { color: rgb(211,126,18); }
H1.HeaderClassName
{
color: #D37E12;
}
.AnyTagClassName
{
color: #D37E12;
}
</style>
background-color css
<style>
a { background-color: #D37E12; }
a { background-color: rgb(211,126,18); }
div.DivClassName
{
background-color: #D37E12;
}
.BgClassName
{
background-color: #D37E12;
}
</style>
border-color css
<style>
span { border-color: #D37E12; }
span { border-color: rgb(211,126,18); }
td.TdClassName
{
border-color: #D37E12;
}
.TagClassName
{
border-color: #D37E12;
}
</style>