Shades of Ochre #D37F24
Tints of Ochre #D37F24
RGB
CMYK
RGB Variations
Color information
#D37F24 (or 0xD37F24) is known color: Ochre. HEX triplet: D3, 7F and 24. RGB value is (211,127,36). Sum of RGB (Red+Green+Blue) = 211+127+36=374 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.42% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 36 (14.45% from 255 or 9.63% from 374); Max value from RGB is 211 - color contains mainly: red. Hex color #D37F24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37F24 is #2C80DB. Grayscale: #8E8E8E. Windows color (decimal): -2916572 or 2392019. OLE color: 2392019.
HSL color Cylindrical-coordinate representation of color #D37F24: hue angle of 31.2º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D37F24 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 127 | 36 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.17 |
| HSL | 31.2º | 0.71% | 0.48% | - |
| HSV(B) | 31.2º | 0.83% | 0.83% | - |
| XYZ | 34.77 | 29.16 | 5.46 | - |
| YUV | 141.74 | 68.33 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 127 | 36 | 0 | 0.40 | 0.83 | 0.17 | 31.2 | 0.71 | 0.48 |
| Hex | D3 | 7F | 24 | 0 | 28 | 53 | 11 | 1F | 47 | 30 |
| Octal | 323 | 177 | 44 | 0 | 50 | 123 | 21 | 37 | 107 | 60 |
| Binary | 11010011 | 1111111 | 100100 | 0 | 101000 | 1010011 | 10001 | 11111 | 1000111 | 110000 |
Color Harmonies of #D37F24
Complementary color
Monochromatic Colors of #D37F24
Black with #D37F24
Text Example
Text Example
White with #D37F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37F24; }
p { color: rgb(211,127,36); }
H1.HeaderClassName
{
color: #D37F24;
}
.AnyTagClassName
{
color: #D37F24;
}
</style>
background-color css
<style>
a { background-color: #D37F24; }
a { background-color: rgb(211,127,36); }
div.DivClassName
{
background-color: #D37F24;
}
.BgClassName
{
background-color: #D37F24;
}
</style>
border-color css
<style>
span { border-color: #D37F24; }
span { border-color: rgb(211,127,36); }
td.TdClassName
{
border-color: #D37F24;
}
.TagClassName
{
border-color: #D37F24;
}
</style>