Shades of Ochre #D37224
Tints of Ochre #D37224
RGB
CMYK
RGB Variations
Color information
#D37224 (or 0xD37224) is known color: Ochre. HEX triplet: D3, 72 and 24. RGB value is (211,114,36). Sum of RGB (Red+Green+Blue) = 211+114+36=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 36 (14.45% from 255 or 9.97% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D37224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37224 is #2C8DDB. Grayscale: #868686. Windows color (decimal): -2919900 or 2388691. OLE color: 2388691.
HSL color Cylindrical-coordinate representation of color #D37224: hue angle of 26.74º 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 #D37224 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 114 | 36 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.17 |
| HSL | 26.74º | 0.71% | 0.48% | - |
| HSV(B) | 26.74º | 0.83% | 0.83% | - |
| XYZ | 33.2 | 26.01 | 4.94 | - |
| YUV | 134.11 | 72.64 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 114 | 36 | 0 | 0.46 | 0.83 | 0.17 | 26.74 | 0.71 | 0.48 |
| Hex | D3 | 72 | 24 | 0 | 2E | 53 | 11 | 1B | 47 | 30 |
| Octal | 323 | 162 | 44 | 0 | 56 | 123 | 21 | 33 | 107 | 60 |
| Binary | 11010011 | 1110010 | 100100 | 0 | 101110 | 1010011 | 10001 | 11011 | 1000111 | 110000 |
Color Harmonies of #D37224
Complementary color
Monochromatic Colors of #D37224
Black with #D37224
Text Example
Text Example
White with #D37224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37224; }
p { color: rgb(211,114,36); }
H1.HeaderClassName
{
color: #D37224;
}
.AnyTagClassName
{
color: #D37224;
}
</style>
background-color css
<style>
a { background-color: #D37224; }
a { background-color: rgb(211,114,36); }
div.DivClassName
{
background-color: #D37224;
}
.BgClassName
{
background-color: #D37224;
}
</style>
border-color css
<style>
span { border-color: #D37224; }
span { border-color: rgb(211,114,36); }
td.TdClassName
{
border-color: #D37224;
}
.TagClassName
{
border-color: #D37224;
}
</style>