Shades of Ochre #D07D19
Tints of Ochre #D07D19
RGB
CMYK
RGB Variations
Color information
#D07D19 (or 0xD07D19) is known color: Ochre. HEX triplet: D0, 7D and 19. RGB value is (208,125,25). Sum of RGB (Red+Green+Blue) = 208+125+25=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07D19 is #2F82E6. Grayscale: #8A8A8A. Windows color (decimal): -3113703 or 1670608. OLE color: 1670608.
HSL color Cylindrical-coordinate representation of color #D07D19: hue angle of 32.79º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D07D19 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 125 | 25 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.18 |
| HSL | 32.79º | 0.79% | 0.46% | - |
| HSV(B) | 32.79º | 0.88% | 0.82% | - |
| XYZ | 33.52 | 28.15 | 4.59 | - |
| YUV | 138.42 | 64 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 125 | 25 | 0 | 0.40 | 0.88 | 0.18 | 32.79 | 0.79 | 0.46 |
| Hex | D0 | 7D | 19 | 0 | 28 | 58 | 12 | 21 | 4F | 2E |
| Octal | 320 | 175 | 31 | 0 | 50 | 130 | 22 | 41 | 117 | 56 |
| Binary | 11010000 | 1111101 | 11001 | 0 | 101000 | 1011000 | 10010 | 100001 | 1001111 | 101110 |
Color Harmonies of #D07D19
Complementary color
Monochromatic Colors of #D07D19
Black with #D07D19
Text Example
Text Example
White with #D07D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07D19; }
p { color: rgb(208,125,25); }
H1.HeaderClassName
{
color: #D07D19;
}
.AnyTagClassName
{
color: #D07D19;
}
</style>
background-color css
<style>
a { background-color: #D07D19; }
a { background-color: rgb(208,125,25); }
div.DivClassName
{
background-color: #D07D19;
}
.BgClassName
{
background-color: #D07D19;
}
</style>
border-color css
<style>
span { border-color: #D07D19; }
span { border-color: rgb(208,125,25); }
td.TdClassName
{
border-color: #D07D19;
}
.TagClassName
{
border-color: #D07D19;
}
</style>