Shades of Ochre #D07914
Tints of Ochre #D07914
RGB
CMYK
RGB Variations
Color information
#D07914 (or 0xD07914) is known color: Ochre. HEX triplet: D0, 79 and 14. RGB value is (208,121,20). Sum of RGB (Red+Green+Blue) = 208+121+20=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D07914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07914 is #2F86EB. Grayscale: #878787. Windows color (decimal): -3114732 or 1341904. OLE color: 1341904.
HSL color Cylindrical-coordinate representation of color #D07914: hue angle of 32.23º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D07914 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 20 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.18 |
| HSL | 32.23º | 0.82% | 0.45% | - |
| HSV(B) | 32.23º | 0.9% | 0.82% | - |
| XYZ | 32.98 | 27.14 | 4.16 | - |
| YUV | 135.5 | 62.82 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 20 | 0 | 0.42 | 0.90 | 0.18 | 32.23 | 0.82 | 0.45 |
| Hex | D0 | 79 | 14 | 0 | 2A | 5A | 12 | 20 | 52 | 2D |
| Octal | 320 | 171 | 24 | 0 | 52 | 132 | 22 | 40 | 122 | 55 |
| Binary | 11010000 | 1111001 | 10100 | 0 | 101010 | 1011010 | 10010 | 100000 | 1010010 | 101101 |
Color Harmonies of #D07914
Complementary color
Monochromatic Colors of #D07914
Black with #D07914
Text Example
Text Example
White with #D07914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07914; }
p { color: rgb(208,121,20); }
H1.HeaderClassName
{
color: #D07914;
}
.AnyTagClassName
{
color: #D07914;
}
</style>
background-color css
<style>
a { background-color: #D07914; }
a { background-color: rgb(208,121,20); }
div.DivClassName
{
background-color: #D07914;
}
.BgClassName
{
background-color: #D07914;
}
</style>
border-color css
<style>
span { border-color: #D07914; }
span { border-color: rgb(208,121,20); }
td.TdClassName
{
border-color: #D07914;
}
.TagClassName
{
border-color: #D07914;
}
</style>