Shades of Ochre #D37B12
Tints of Ochre #D37B12
RGB
CMYK
RGB Variations
Color information
#D37B12 (or 0xD37B12) is known color: Ochre. HEX triplet: D3, 7B and 12. RGB value is (211,123,18). Sum of RGB (Red+Green+Blue) = 211+123+18=352 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.94% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 211 - color contains mainly: red. Hex color #D37B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37B12 is #2C84ED. Grayscale: #898989. Windows color (decimal): -2917614 or 1211347. OLE color: 1211347.
HSL color Cylindrical-coordinate representation of color #D37B12: hue angle of 32.64º 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 #D37B12 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 123 | 18 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.17 |
| HSL | 32.64º | 0.84% | 0.45% | - |
| HSV(B) | 32.64º | 0.91% | 0.83% | - |
| XYZ | 34.06 | 28.06 | 4.19 | - |
| YUV | 137.34 | 60.65 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 123 | 18 | 0 | 0.42 | 0.91 | 0.17 | 32.64 | 0.84 | 0.45 |
| Hex | D3 | 7B | 12 | 0 | 2A | 5B | 11 | 21 | 54 | 2D |
| Octal | 323 | 173 | 22 | 0 | 52 | 133 | 21 | 41 | 124 | 55 |
| Binary | 11010011 | 1111011 | 10010 | 0 | 101010 | 1011011 | 10001 | 100001 | 1010100 | 101101 |
Color Harmonies of #D37B12
Complementary color
Monochromatic Colors of #D37B12
Black with #D37B12
Text Example
Text Example
White with #D37B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37B12; }
p { color: rgb(211,123,18); }
H1.HeaderClassName
{
color: #D37B12;
}
.AnyTagClassName
{
color: #D37B12;
}
</style>
background-color css
<style>
a { background-color: #D37B12; }
a { background-color: rgb(211,123,18); }
div.DivClassName
{
background-color: #D37B12;
}
.BgClassName
{
background-color: #D37B12;
}
</style>
border-color css
<style>
span { border-color: #D37B12; }
span { border-color: rgb(211,123,18); }
td.TdClassName
{
border-color: #D37B12;
}
.TagClassName
{
border-color: #D37B12;
}
</style>