Shades of Ochre #D07F18
Tints of Ochre #D07F18
RGB
CMYK
RGB Variations
Color information
#D07F18 (or 0xD07F18) is known color: Ochre. HEX triplet: D0, 7F and 18. RGB value is (208,127,24). Sum of RGB (Red+Green+Blue) = 208+127+24=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07F18 is #2F80E7. Grayscale: #8B8B8B. Windows color (decimal): -3113192 or 1605584. OLE color: 1605584.
HSL color Cylindrical-coordinate representation of color #D07F18: hue angle of 33.59º 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 #D07F18 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 24 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.18 |
| HSL | 33.59º | 0.79% | 0.45% | - |
| HSV(B) | 33.59º | 0.88% | 0.82% | - |
| XYZ | 33.77 | 28.65 | 4.62 | - |
| YUV | 139.48 | 62.84 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 24 | 0 | 0.39 | 0.88 | 0.18 | 33.59 | 0.79 | 0.45 |
| Hex | D0 | 7F | 18 | 0 | 27 | 58 | 12 | 22 | 4F | 2D |
| Octal | 320 | 177 | 30 | 0 | 47 | 130 | 22 | 42 | 117 | 55 |
| Binary | 11010000 | 1111111 | 11000 | 0 | 100111 | 1011000 | 10010 | 100010 | 1001111 | 101101 |
Color Harmonies of #D07F18
Complementary color
Monochromatic Colors of #D07F18
Black with #D07F18
Text Example
Text Example
White with #D07F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07F18; }
p { color: rgb(208,127,24); }
H1.HeaderClassName
{
color: #D07F18;
}
.AnyTagClassName
{
color: #D07F18;
}
</style>
background-color css
<style>
a { background-color: #D07F18; }
a { background-color: rgb(208,127,24); }
div.DivClassName
{
background-color: #D07F18;
}
.BgClassName
{
background-color: #D07F18;
}
</style>
border-color css
<style>
span { border-color: #D07F18; }
span { border-color: rgb(208,127,24); }
td.TdClassName
{
border-color: #D07F18;
}
.TagClassName
{
border-color: #D07F18;
}
</style>