Shades of Ochre #D07C18
Tints of Ochre #D07C18
RGB
CMYK
RGB Variations
Color information
#D07C18 (or 0xD07C18) is known color: Ochre. HEX triplet: D0, 7C and 18. RGB value is (208,124,24). Sum of RGB (Red+Green+Blue) = 208+124+24=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07C18 is #2F83E7. Grayscale: #8A8A8A. Windows color (decimal): -3113960 or 1604816. OLE color: 1604816.
HSL color Cylindrical-coordinate representation of color #D07C18: hue angle of 32.61º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D07C18 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 24 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.18 |
| HSL | 32.61º | 0.79% | 0.45% | - |
| HSV(B) | 32.61º | 0.88% | 0.82% | - |
| XYZ | 33.38 | 27.89 | 4.49 | - |
| YUV | 137.72 | 63.83 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 24 | 0 | 0.40 | 0.88 | 0.18 | 32.61 | 0.79 | 0.45 |
| Hex | D0 | 7C | 18 | 0 | 28 | 58 | 12 | 21 | 4F | 2D |
| Octal | 320 | 174 | 30 | 0 | 50 | 130 | 22 | 41 | 117 | 55 |
| Binary | 11010000 | 1111100 | 11000 | 0 | 101000 | 1011000 | 10010 | 100001 | 1001111 | 101101 |
Color Harmonies of #D07C18
Complementary color
Monochromatic Colors of #D07C18
Black with #D07C18
Text Example
Text Example
White with #D07C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07C18; }
p { color: rgb(208,124,24); }
H1.HeaderClassName
{
color: #D07C18;
}
.AnyTagClassName
{
color: #D07C18;
}
</style>
background-color css
<style>
a { background-color: #D07C18; }
a { background-color: rgb(208,124,24); }
div.DivClassName
{
background-color: #D07C18;
}
.BgClassName
{
background-color: #D07C18;
}
</style>
border-color css
<style>
span { border-color: #D07C18; }
span { border-color: rgb(208,124,24); }
td.TdClassName
{
border-color: #D07C18;
}
.TagClassName
{
border-color: #D07C18;
}
</style>