Shades of Ochre #D07A27
Tints of Ochre #D07A27
RGB
CMYK
RGB Variations
Color information
#D07A27 (or 0xD07A27) is known color: Ochre. HEX triplet: D0, 7A and 27. RGB value is (208,122,39). Sum of RGB (Red+Green+Blue) = 208+122+39=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 39 (15.62% from 255 or 10.57% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07A27 is #2F85D8. Grayscale: #8A8A8A. Windows color (decimal): -3114457 or 2587344. OLE color: 2587344.
HSL color Cylindrical-coordinate representation of color #D07A27: hue angle of 29.47º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D07A27 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 39 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.18 |
| HSL | 29.47º | 0.68% | 0.48% | - |
| HSV(B) | 29.47º | 0.81% | 0.82% | - |
| XYZ | 33.34 | 27.48 | 5.47 | - |
| YUV | 138.25 | 71.99 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 39 | 0 | 0.41 | 0.81 | 0.18 | 29.47 | 0.68 | 0.48 |
| Hex | D0 | 7A | 27 | 0 | 29 | 51 | 12 | 1D | 44 | 30 |
| Octal | 320 | 172 | 47 | 0 | 51 | 121 | 22 | 35 | 104 | 60 |
| Binary | 11010000 | 1111010 | 100111 | 0 | 101001 | 1010001 | 10010 | 11101 | 1000100 | 110000 |
Color Harmonies of #D07A27
Complementary color
Monochromatic Colors of #D07A27
Black with #D07A27
Text Example
Text Example
White with #D07A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07A27; }
p { color: rgb(208,122,39); }
H1.HeaderClassName
{
color: #D07A27;
}
.AnyTagClassName
{
color: #D07A27;
}
</style>
background-color css
<style>
a { background-color: #D07A27; }
a { background-color: rgb(208,122,39); }
div.DivClassName
{
background-color: #D07A27;
}
.BgClassName
{
background-color: #D07A27;
}
</style>
border-color css
<style>
span { border-color: #D07A27; }
span { border-color: rgb(208,122,39); }
td.TdClassName
{
border-color: #D07A27;
}
.TagClassName
{
border-color: #D07A27;
}
</style>