Shades of Ochre #D37A24
Tints of Ochre #D37A24
RGB
CMYK
RGB Variations
Color information
#D37A24 (or 0xD37A24) is known color: Ochre. HEX triplet: D3, 7A and 24. RGB value is (211,122,36). Sum of RGB (Red+Green+Blue) = 211+122+36=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 36 (14.45% from 255 or 9.76% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D37A24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37A24 is #2C85DB. Grayscale: #8B8B8B. Windows color (decimal): -2917852 or 2390739. OLE color: 2390739.
HSL color Cylindrical-coordinate representation of color #D37A24: hue angle of 29.49º 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 #D37A24 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 122 | 36 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.17 |
| HSL | 29.49º | 0.71% | 0.48% | - |
| HSV(B) | 29.49º | 0.83% | 0.83% | - |
| XYZ | 34.14 | 27.9 | 5.25 | - |
| YUV | 138.81 | 69.99 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 122 | 36 | 0 | 0.42 | 0.83 | 0.17 | 29.49 | 0.71 | 0.48 |
| Hex | D3 | 7A | 24 | 0 | 2A | 53 | 11 | 1D | 47 | 30 |
| Octal | 323 | 172 | 44 | 0 | 52 | 123 | 21 | 35 | 107 | 60 |
| Binary | 11010011 | 1111010 | 100100 | 0 | 101010 | 1010011 | 10001 | 11101 | 1000111 | 110000 |
Color Harmonies of #D37A24
Complementary color
Monochromatic Colors of #D37A24
Black with #D37A24
Text Example
Text Example
White with #D37A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37A24; }
p { color: rgb(211,122,36); }
H1.HeaderClassName
{
color: #D37A24;
}
.AnyTagClassName
{
color: #D37A24;
}
</style>
background-color css
<style>
a { background-color: #D37A24; }
a { background-color: rgb(211,122,36); }
div.DivClassName
{
background-color: #D37A24;
}
.BgClassName
{
background-color: #D37A24;
}
</style>
border-color css
<style>
span { border-color: #D37A24; }
span { border-color: rgb(211,122,36); }
td.TdClassName
{
border-color: #D37A24;
}
.TagClassName
{
border-color: #D37A24;
}
</style>