Shades of Ochre #D07414
Tints of Ochre #D07414
RGB
CMYK
RGB Variations
Color information
#D07414 (or 0xD07414) is known color: Ochre. HEX triplet: D0, 74 and 14. RGB value is (208,116,20). Sum of RGB (Red+Green+Blue) = 208+116+20=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D07414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07414 is #2F8BEB. Grayscale: #858585. Windows color (decimal): -3116012 or 1340624. OLE color: 1340624.
HSL color Cylindrical-coordinate representation of color #D07414: hue angle of 30.64º 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 #D07414 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 116 | 20 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.18 |
| HSL | 30.64º | 0.82% | 0.45% | - |
| HSV(B) | 30.64º | 0.9% | 0.82% | - |
| XYZ | 32.38 | 25.95 | 3.96 | - |
| YUV | 132.56 | 64.48 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 20 | 0 | 0.44 | 0.90 | 0.18 | 30.64 | 0.82 | 0.45 |
| Hex | D0 | 74 | 14 | 0 | 2C | 5A | 12 | 1F | 52 | 2D |
| Octal | 320 | 164 | 24 | 0 | 54 | 132 | 22 | 37 | 122 | 55 |
| Binary | 11010000 | 1110100 | 10100 | 0 | 101100 | 1011010 | 10010 | 11111 | 1010010 | 101101 |
Color Harmonies of #D07414
Complementary color
Monochromatic Colors of #D07414
Black with #D07414
Text Example
Text Example
White with #D07414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07414; }
p { color: rgb(208,116,20); }
H1.HeaderClassName
{
color: #D07414;
}
.AnyTagClassName
{
color: #D07414;
}
</style>
background-color css
<style>
a { background-color: #D07414; }
a { background-color: rgb(208,116,20); }
div.DivClassName
{
background-color: #D07414;
}
.BgClassName
{
background-color: #D07414;
}
</style>
border-color css
<style>
span { border-color: #D07414; }
span { border-color: rgb(208,116,20); }
td.TdClassName
{
border-color: #D07414;
}
.TagClassName
{
border-color: #D07414;
}
</style>