Shades of Ochre #D07519
Tints of Ochre #D07519
RGB
CMYK
RGB Variations
Color information
#D07519 (or 0xD07519) is known color: Ochre. HEX triplet: D0, 75 and 19. RGB value is (208,117,25). Sum of RGB (Red+Green+Blue) = 208+117+25=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 25 (10.16% from 255 or 7.14% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D07519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07519 is #2F8AE6. Grayscale: #868686. Windows color (decimal): -3115751 or 1668560. OLE color: 1668560.
HSL color Cylindrical-coordinate representation of color #D07519: hue angle of 30.16º 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 #D07519 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 25 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.18 |
| HSL | 30.16º | 0.79% | 0.46% | - |
| HSV(B) | 30.16º | 0.88% | 0.82% | - |
| XYZ | 32.55 | 26.2 | 4.26 | - |
| YUV | 133.72 | 66.65 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 25 | 0 | 0.44 | 0.88 | 0.18 | 30.16 | 0.79 | 0.46 |
| Hex | D0 | 75 | 19 | 0 | 2C | 58 | 12 | 1E | 4F | 2E |
| Octal | 320 | 165 | 31 | 0 | 54 | 130 | 22 | 36 | 117 | 56 |
| Binary | 11010000 | 1110101 | 11001 | 0 | 101100 | 1011000 | 10010 | 11110 | 1001111 | 101110 |
Color Harmonies of #D07519
Complementary color
Monochromatic Colors of #D07519
Black with #D07519
Text Example
Text Example
White with #D07519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07519; }
p { color: rgb(208,117,25); }
H1.HeaderClassName
{
color: #D07519;
}
.AnyTagClassName
{
color: #D07519;
}
</style>
background-color css
<style>
a { background-color: #D07519; }
a { background-color: rgb(208,117,25); }
div.DivClassName
{
background-color: #D07519;
}
.BgClassName
{
background-color: #D07519;
}
</style>
border-color css
<style>
span { border-color: #D07519; }
span { border-color: rgb(208,117,25); }
td.TdClassName
{
border-color: #D07519;
}
.TagClassName
{
border-color: #D07519;
}
</style>