Shades of Ochre #D37220
Tints of Ochre #D37220
RGB
CMYK
RGB Variations
Color information
#D37220 (or 0xD37220) is known color: Ochre. HEX triplet: D3, 72 and 20. RGB value is (211,114,32). Sum of RGB (Red+Green+Blue) = 211+114+32=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D37220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37220 is #2C8DDF. Grayscale: #868686. Windows color (decimal): -2919904 or 2126547. OLE color: 2126547.
HSL color Cylindrical-coordinate representation of color #D37220: hue angle of 27.49º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D37220 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 114 | 32 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.17 |
| HSL | 27.49º | 0.74% | 0.48% | - |
| HSV(B) | 27.49º | 0.85% | 0.83% | - |
| XYZ | 33.14 | 25.99 | 4.64 | - |
| YUV | 133.66 | 70.64 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 114 | 32 | 0 | 0.46 | 0.85 | 0.17 | 27.49 | 0.74 | 0.48 |
| Hex | D3 | 72 | 20 | 0 | 2E | 55 | 11 | 1B | 4A | 30 |
| Octal | 323 | 162 | 40 | 0 | 56 | 125 | 21 | 33 | 112 | 60 |
| Binary | 11010011 | 1110010 | 100000 | 0 | 101110 | 1010101 | 10001 | 11011 | 1001010 | 110000 |
Color Harmonies of #D37220
Complementary color
Monochromatic Colors of #D37220
Black with #D37220
Text Example
Text Example
White with #D37220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37220; }
p { color: rgb(211,114,32); }
H1.HeaderClassName
{
color: #D37220;
}
.AnyTagClassName
{
color: #D37220;
}
</style>
background-color css
<style>
a { background-color: #D37220; }
a { background-color: rgb(211,114,32); }
div.DivClassName
{
background-color: #D37220;
}
.BgClassName
{
background-color: #D37220;
}
</style>
border-color css
<style>
span { border-color: #D37220; }
span { border-color: rgb(211,114,32); }
td.TdClassName
{
border-color: #D37220;
}
.TagClassName
{
border-color: #D37220;
}
</style>