Shades of Ochre #D37D19
Tints of Ochre #D37D19
RGB
CMYK
RGB Variations
Color information
#D37D19 (or 0xD37D19) is known color: Ochre. HEX triplet: D3, 7D and 19. RGB value is (211,125,25). Sum of RGB (Red+Green+Blue) = 211+125+25=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 25 (10.16% from 255 or 6.93% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D37D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37D19 is #2C82E6. Grayscale: #8B8B8B. Windows color (decimal): -2917095 or 1670611. OLE color: 1670611.
HSL color Cylindrical-coordinate representation of color #D37D19: hue angle of 32.26º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D37D19 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 125 | 25 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.17 |
| HSL | 32.26º | 0.79% | 0.46% | - |
| HSV(B) | 32.26º | 0.88% | 0.83% | - |
| XYZ | 34.37 | 28.59 | 4.63 | - |
| YUV | 139.31 | 63.49 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 125 | 25 | 0 | 0.41 | 0.88 | 0.17 | 32.26 | 0.79 | 0.46 |
| Hex | D3 | 7D | 19 | 0 | 29 | 58 | 11 | 20 | 4F | 2E |
| Octal | 323 | 175 | 31 | 0 | 51 | 130 | 21 | 40 | 117 | 56 |
| Binary | 11010011 | 1111101 | 11001 | 0 | 101001 | 1011000 | 10001 | 100000 | 1001111 | 101110 |
Color Harmonies of #D37D19
Complementary color
Monochromatic Colors of #D37D19
Black with #D37D19
Text Example
Text Example
White with #D37D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37D19; }
p { color: rgb(211,125,25); }
H1.HeaderClassName
{
color: #D37D19;
}
.AnyTagClassName
{
color: #D37D19;
}
</style>
background-color css
<style>
a { background-color: #D37D19; }
a { background-color: rgb(211,125,25); }
div.DivClassName
{
background-color: #D37D19;
}
.BgClassName
{
background-color: #D37D19;
}
</style>
border-color css
<style>
span { border-color: #D37D19; }
span { border-color: rgb(211,125,25); }
td.TdClassName
{
border-color: #D37D19;
}
.TagClassName
{
border-color: #D37D19;
}
</style>