Shades of Ochre #D37C22
Tints of Ochre #D37C22
RGB
CMYK
RGB Variations
Color information
#D37C22 (or 0xD37C22) is known color: Ochre. HEX triplet: D3, 7C and 22. RGB value is (211,124,34). Sum of RGB (Red+Green+Blue) = 211+124+34=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 34 (13.67% from 255 or 9.21% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D37C22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37C22 is #2C83DD. Grayscale: #8C8C8C. Windows color (decimal): -2917342 or 2260179. OLE color: 2260179.
HSL color Cylindrical-coordinate representation of color #D37C22: hue angle of 30.51º degrees, saturation: 0.72, 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 #D37C22 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 124 | 34 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.17 |
| HSL | 30.51º | 0.72% | 0.48% | - |
| HSV(B) | 30.51º | 0.84% | 0.83% | - |
| XYZ | 34.36 | 28.38 | 5.18 | - |
| YUV | 139.75 | 68.32 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 124 | 34 | 0 | 0.41 | 0.84 | 0.17 | 30.51 | 0.72 | 0.48 |
| Hex | D3 | 7C | 22 | 0 | 29 | 54 | 11 | 1F | 48 | 30 |
| Octal | 323 | 174 | 42 | 0 | 51 | 124 | 21 | 37 | 110 | 60 |
| Binary | 11010011 | 1111100 | 100010 | 0 | 101001 | 1010100 | 10001 | 11111 | 1001000 | 110000 |
Color Harmonies of #D37C22
Complementary color
Monochromatic Colors of #D37C22
Black with #D37C22
Text Example
Text Example
White with #D37C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37C22; }
p { color: rgb(211,124,34); }
H1.HeaderClassName
{
color: #D37C22;
}
.AnyTagClassName
{
color: #D37C22;
}
</style>
background-color css
<style>
a { background-color: #D37C22; }
a { background-color: rgb(211,124,34); }
div.DivClassName
{
background-color: #D37C22;
}
.BgClassName
{
background-color: #D37C22;
}
</style>
border-color css
<style>
span { border-color: #D37C22; }
span { border-color: rgb(211,124,34); }
td.TdClassName
{
border-color: #D37C22;
}
.TagClassName
{
border-color: #D37C22;
}
</style>