Shades of Ochre #D07E18
Tints of Ochre #D07E18
RGB
CMYK
RGB Variations
Color information
#D07E18 (or 0xD07E18) is known color: Ochre. HEX triplet: D0, 7E and 18. RGB value is (208,126,24). Sum of RGB (Red+Green+Blue) = 208+126+24=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07E18 is #2F81E7. Grayscale: #8B8B8B. Windows color (decimal): -3113448 or 1605328. OLE color: 1605328.
HSL color Cylindrical-coordinate representation of color #D07E18: hue angle of 33.26º 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 #D07E18 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 126 | 24 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.18 |
| HSL | 33.26º | 0.79% | 0.45% | - |
| HSV(B) | 33.26º | 0.88% | 0.82% | - |
| XYZ | 33.64 | 28.4 | 4.57 | - |
| YUV | 138.89 | 63.17 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 24 | 0 | 0.39 | 0.88 | 0.18 | 33.26 | 0.79 | 0.45 |
| Hex | D0 | 7E | 18 | 0 | 27 | 58 | 12 | 21 | 4F | 2D |
| Octal | 320 | 176 | 30 | 0 | 47 | 130 | 22 | 41 | 117 | 55 |
| Binary | 11010000 | 1111110 | 11000 | 0 | 100111 | 1011000 | 10010 | 100001 | 1001111 | 101101 |
Color Harmonies of #D07E18
Complementary color
Monochromatic Colors of #D07E18
Black with #D07E18
Text Example
Text Example
White with #D07E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07E18; }
p { color: rgb(208,126,24); }
H1.HeaderClassName
{
color: #D07E18;
}
.AnyTagClassName
{
color: #D07E18;
}
</style>
background-color css
<style>
a { background-color: #D07E18; }
a { background-color: rgb(208,126,24); }
div.DivClassName
{
background-color: #D07E18;
}
.BgClassName
{
background-color: #D07E18;
}
</style>
border-color css
<style>
span { border-color: #D07E18; }
span { border-color: rgb(208,126,24); }
td.TdClassName
{
border-color: #D07E18;
}
.TagClassName
{
border-color: #D07E18;
}
</style>