Shades of Ochre #D37F21
Tints of Ochre #D37F21
RGB
CMYK
RGB Variations
Color information
#D37F21 (or 0xD37F21) is known color: Ochre. HEX triplet: D3, 7F and 21. RGB value is (211,127,33). Sum of RGB (Red+Green+Blue) = 211+127+33=371 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.87% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 211 - color contains mainly: red. Hex color #D37F21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37F21 is #2C80DE. Grayscale: #8D8D8D. Windows color (decimal): -2916575 or 2195411. OLE color: 2195411.
HSL color Cylindrical-coordinate representation of color #D37F21: hue angle of 31.69º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D37F21 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 127 | 33 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.17 |
| HSL | 31.69º | 0.73% | 0.48% | - |
| HSV(B) | 31.69º | 0.84% | 0.83% | - |
| XYZ | 34.73 | 29.14 | 5.23 | - |
| YUV | 141.4 | 66.83 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 127 | 33 | 0 | 0.40 | 0.84 | 0.17 | 31.69 | 0.73 | 0.48 |
| Hex | D3 | 7F | 21 | 0 | 28 | 54 | 11 | 20 | 49 | 30 |
| Octal | 323 | 177 | 41 | 0 | 50 | 124 | 21 | 40 | 111 | 60 |
| Binary | 11010011 | 1111111 | 100001 | 0 | 101000 | 1010100 | 10001 | 100000 | 1001001 | 110000 |
Color Harmonies of #D37F21
Complementary color
Monochromatic Colors of #D37F21
Black with #D37F21
Text Example
Text Example
White with #D37F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37F21; }
p { color: rgb(211,127,33); }
H1.HeaderClassName
{
color: #D37F21;
}
.AnyTagClassName
{
color: #D37F21;
}
</style>
background-color css
<style>
a { background-color: #D37F21; }
a { background-color: rgb(211,127,33); }
div.DivClassName
{
background-color: #D37F21;
}
.BgClassName
{
background-color: #D37F21;
}
</style>
border-color css
<style>
span { border-color: #D37F21; }
span { border-color: rgb(211,127,33); }
td.TdClassName
{
border-color: #D37F21;
}
.TagClassName
{
border-color: #D37F21;
}
</style>