Shades of Ochre #D07E19
Tints of Ochre #D07E19
RGB
CMYK
RGB Variations
Color information
#D07E19 (or 0xD07E19) is known color: Ochre. HEX triplet: D0, 7E and 19. RGB value is (208,126,25). Sum of RGB (Red+Green+Blue) = 208+126+25=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 25 (10.16% from 255 or 6.96% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07E19 is #2F81E6. Grayscale: #8B8B8B. Windows color (decimal): -3113447 or 1670864. OLE color: 1670864.
HSL color Cylindrical-coordinate representation of color #D07E19: hue angle of 33.11º 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 #D07E19 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 126 | 25 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.18 |
| HSL | 33.11º | 0.79% | 0.46% | - |
| HSV(B) | 33.11º | 0.88% | 0.82% | - |
| XYZ | 33.65 | 28.4 | 4.63 | - |
| YUV | 139 | 63.67 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 25 | 0 | 0.39 | 0.88 | 0.18 | 33.11 | 0.79 | 0.46 |
| Hex | D0 | 7E | 19 | 0 | 27 | 58 | 12 | 21 | 4F | 2E |
| Octal | 320 | 176 | 31 | 0 | 47 | 130 | 22 | 41 | 117 | 56 |
| Binary | 11010000 | 1111110 | 11001 | 0 | 100111 | 1011000 | 10010 | 100001 | 1001111 | 101110 |
Color Harmonies of #D07E19
Complementary color
Monochromatic Colors of #D07E19
Black with #D07E19
Text Example
Text Example
White with #D07E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07E19; }
p { color: rgb(208,126,25); }
H1.HeaderClassName
{
color: #D07E19;
}
.AnyTagClassName
{
color: #D07E19;
}
</style>
background-color css
<style>
a { background-color: #D07E19; }
a { background-color: rgb(208,126,25); }
div.DivClassName
{
background-color: #D07E19;
}
.BgClassName
{
background-color: #D07E19;
}
</style>
border-color css
<style>
span { border-color: #D07E19; }
span { border-color: rgb(208,126,25); }
td.TdClassName
{
border-color: #D07E19;
}
.TagClassName
{
border-color: #D07E19;
}
</style>