Shades of Ochre #D07319
Tints of Ochre #D07319
RGB
CMYK
RGB Variations
Color information
#D07319 (or 0xD07319) is known color: Ochre. HEX triplet: D0, 73 and 19. RGB value is (208,115,25). Sum of RGB (Red+Green+Blue) = 208+115+25=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D07319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07319 is #2F8CE6. Grayscale: #858585. Windows color (decimal): -3116263 or 1668048. OLE color: 1668048.
HSL color Cylindrical-coordinate representation of color #D07319: hue angle of 29.51º 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 #D07319 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 25 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.18 |
| HSL | 29.51º | 0.79% | 0.46% | - |
| HSV(B) | 29.51º | 0.88% | 0.82% | - |
| XYZ | 32.32 | 25.74 | 4.18 | - |
| YUV | 132.55 | 67.31 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 25 | 0 | 0.45 | 0.88 | 0.18 | 29.51 | 0.79 | 0.46 |
| Hex | D0 | 73 | 19 | 0 | 2D | 58 | 12 | 1E | 4F | 2E |
| Octal | 320 | 163 | 31 | 0 | 55 | 130 | 22 | 36 | 117 | 56 |
| Binary | 11010000 | 1110011 | 11001 | 0 | 101101 | 1011000 | 10010 | 11110 | 1001111 | 101110 |
Color Harmonies of #D07319
Complementary color
Monochromatic Colors of #D07319
Black with #D07319
Text Example
Text Example
White with #D07319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07319; }
p { color: rgb(208,115,25); }
H1.HeaderClassName
{
color: #D07319;
}
.AnyTagClassName
{
color: #D07319;
}
</style>
background-color css
<style>
a { background-color: #D07319; }
a { background-color: rgb(208,115,25); }
div.DivClassName
{
background-color: #D07319;
}
.BgClassName
{
background-color: #D07319;
}
</style>
border-color css
<style>
span { border-color: #D07319; }
span { border-color: rgb(208,115,25); }
td.TdClassName
{
border-color: #D07319;
}
.TagClassName
{
border-color: #D07319;
}
</style>