Shades of Ochre #D37E0C
Tints of Ochre #D37E0C
RGB
CMYK
RGB Variations
Color information
#D37E0C (or 0xD37E0C) is known color: Ochre. HEX triplet: D3, 7E and 0C. RGB value is (211,126,12). Sum of RGB (Red+Green+Blue) = 211+126+12=349 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.46% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 211 - color contains mainly: red. Hex color #D37E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37E0C is #2C81F3. Grayscale: #8A8A8A. Windows color (decimal): -2916852 or 818899. OLE color: 818899.
HSL color Cylindrical-coordinate representation of color #D37E0C: hue angle of 34.37º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D37E0C is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 126 | 12 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.17 |
| HSL | 34.37º | 0.89% | 0.44% | - |
| HSV(B) | 34.37º | 0.94% | 0.83% | - |
| XYZ | 34.39 | 28.8 | 4.09 | - |
| YUV | 138.42 | 56.66 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 126 | 12 | 0 | 0.40 | 0.94 | 0.17 | 34.37 | 0.89 | 0.44 |
| Hex | D3 | 7E | C | 0 | 28 | 5E | 11 | 22 | 59 | 2C |
| Octal | 323 | 176 | 14 | 0 | 50 | 136 | 21 | 42 | 131 | 54 |
| Binary | 11010011 | 1111110 | 1100 | 0 | 101000 | 1011110 | 10001 | 100010 | 1011001 | 101100 |
Color Harmonies of #D37E0C
Complementary color
Monochromatic Colors of #D37E0C
Black with #D37E0C
Text Example
Text Example
White with #D37E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37E0C; }
p { color: rgb(211,126,12); }
H1.HeaderClassName
{
color: #D37E0C;
}
.AnyTagClassName
{
color: #D37E0C;
}
</style>
background-color css
<style>
a { background-color: #D37E0C; }
a { background-color: rgb(211,126,12); }
div.DivClassName
{
background-color: #D37E0C;
}
.BgClassName
{
background-color: #D37E0C;
}
</style>
border-color css
<style>
span { border-color: #D37E0C; }
span { border-color: rgb(211,126,12); }
td.TdClassName
{
border-color: #D37E0C;
}
.TagClassName
{
border-color: #D37E0C;
}
</style>