Shades of Ochre #D07C09
Tints of Ochre #D07C09
RGB
CMYK
RGB Variations
Color information
#D07C09 (or 0xD07C09) is known color: Ochre. HEX triplet: D0, 7C and 09. RGB value is (208,124,9). Sum of RGB (Red+Green+Blue) = 208+124+9=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 9 (3.91% from 255 or 2.64% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07C09 is #2F83F6. Grayscale: #888888. Windows color (decimal): -3113975 or 621776. OLE color: 621776.
HSL color Cylindrical-coordinate representation of color #D07C09: hue angle of 34.67º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D07C09 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 9 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.18 |
| HSL | 34.67º | 0.92% | 0.43% | - |
| HSV(B) | 34.67º | 0.96% | 0.82% | - |
| XYZ | 33.27 | 27.84 | 3.88 | - |
| YUV | 136.01 | 56.33 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 9 | 0 | 0.40 | 0.96 | 0.18 | 34.67 | 0.92 | 0.43 |
| Hex | D0 | 7C | 9 | 0 | 28 | 60 | 12 | 23 | 5C | 2B |
| Octal | 320 | 174 | 11 | 0 | 50 | 140 | 22 | 43 | 134 | 53 |
| Binary | 11010000 | 1111100 | 1001 | 0 | 101000 | 1100000 | 10010 | 100011 | 1011100 | 101011 |
Color Harmonies of #D07C09
Complementary color
Monochromatic Colors of #D07C09
Black with #D07C09
Text Example
Text Example
White with #D07C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07C09; }
p { color: rgb(208,124,9); }
H1.HeaderClassName
{
color: #D07C09;
}
.AnyTagClassName
{
color: #D07C09;
}
</style>
background-color css
<style>
a { background-color: #D07C09; }
a { background-color: rgb(208,124,9); }
div.DivClassName
{
background-color: #D07C09;
}
.BgClassName
{
background-color: #D07C09;
}
</style>
border-color css
<style>
span { border-color: #D07C09; }
span { border-color: rgb(208,124,9); }
td.TdClassName
{
border-color: #D07C09;
}
.TagClassName
{
border-color: #D07C09;
}
</style>