Shades of Ochre #D37221
Tints of Ochre #D37221
RGB
CMYK
RGB Variations
Color information
#D37221 (or 0xD37221) is known color: Ochre. HEX triplet: D3, 72 and 21. RGB value is (211,114,33). Sum of RGB (Red+Green+Blue) = 211+114+33=358 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.94% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 33 (13.28% from 255 or 9.22% from 358); Max value from RGB is 211 - color contains mainly: red. Hex color #D37221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37221 is #2C8DDE. Grayscale: #868686. Windows color (decimal): -2919903 or 2192083. OLE color: 2192083.
HSL color Cylindrical-coordinate representation of color #D37221: hue angle of 27.3º 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 #D37221 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 114 | 33 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.17 |
| HSL | 27.3º | 0.73% | 0.48% | - |
| HSV(B) | 27.3º | 0.84% | 0.83% | - |
| XYZ | 33.16 | 25.99 | 4.71 | - |
| YUV | 133.77 | 71.14 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 114 | 33 | 0 | 0.46 | 0.84 | 0.17 | 27.3 | 0.73 | 0.48 |
| Hex | D3 | 72 | 21 | 0 | 2E | 54 | 11 | 1B | 49 | 30 |
| Octal | 323 | 162 | 41 | 0 | 56 | 124 | 21 | 33 | 111 | 60 |
| Binary | 11010011 | 1110010 | 100001 | 0 | 101110 | 1010100 | 10001 | 11011 | 1001001 | 110000 |
Color Harmonies of #D37221
Complementary color
Monochromatic Colors of #D37221
Black with #D37221
Text Example
Text Example
White with #D37221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37221; }
p { color: rgb(211,114,33); }
H1.HeaderClassName
{
color: #D37221;
}
.AnyTagClassName
{
color: #D37221;
}
</style>
background-color css
<style>
a { background-color: #D37221; }
a { background-color: rgb(211,114,33); }
div.DivClassName
{
background-color: #D37221;
}
.BgClassName
{
background-color: #D37221;
}
</style>
border-color css
<style>
span { border-color: #D37221; }
span { border-color: rgb(211,114,33); }
td.TdClassName
{
border-color: #D37221;
}
.TagClassName
{
border-color: #D37221;
}
</style>