Shades of Ochre #D37B16
Tints of Ochre #D37B16
RGB
CMYK
RGB Variations
Color information
#D37B16 (or 0xD37B16) is known color: Ochre. HEX triplet: D3, 7B and 16. RGB value is (211,123,22). Sum of RGB (Red+Green+Blue) = 211+123+22=356 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.27% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 211 - color contains mainly: red. Hex color #D37B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37B16 is #2C84E9. Grayscale: #8A8A8A. Windows color (decimal): -2917610 or 1473491. OLE color: 1473491.
HSL color Cylindrical-coordinate representation of color #D37B16: hue angle of 32.06º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D37B16 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 123 | 22 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.17 |
| HSL | 32.06º | 0.81% | 0.46% | - |
| HSV(B) | 32.06º | 0.9% | 0.83% | - |
| XYZ | 34.09 | 28.07 | 4.38 | - |
| YUV | 137.8 | 62.65 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 123 | 22 | 0 | 0.42 | 0.90 | 0.17 | 32.06 | 0.81 | 0.46 |
| Hex | D3 | 7B | 16 | 0 | 2A | 5A | 11 | 20 | 51 | 2E |
| Octal | 323 | 173 | 26 | 0 | 52 | 132 | 21 | 40 | 121 | 56 |
| Binary | 11010011 | 1111011 | 10110 | 0 | 101010 | 1011010 | 10001 | 100000 | 1010001 | 101110 |
Color Harmonies of #D37B16
Complementary color
Monochromatic Colors of #D37B16
Black with #D37B16
Text Example
Text Example
White with #D37B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37B16; }
p { color: rgb(211,123,22); }
H1.HeaderClassName
{
color: #D37B16;
}
.AnyTagClassName
{
color: #D37B16;
}
</style>
background-color css
<style>
a { background-color: #D37B16; }
a { background-color: rgb(211,123,22); }
div.DivClassName
{
background-color: #D37B16;
}
.BgClassName
{
background-color: #D37B16;
}
</style>
border-color css
<style>
span { border-color: #D37B16; }
span { border-color: rgb(211,123,22); }
td.TdClassName
{
border-color: #D37B16;
}
.TagClassName
{
border-color: #D37B16;
}
</style>