Shades of Ochre #D07C27
Tints of Ochre #D07C27
RGB
CMYK
RGB Variations
Color information
#D07C27 (or 0xD07C27) is known color: Ochre. HEX triplet: D0, 7C and 27. RGB value is (208,124,39). Sum of RGB (Red+Green+Blue) = 208+124+39=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 39 (15.62% from 255 or 10.51% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07C27 is #2F83D8. Grayscale: #8B8B8B. Windows color (decimal): -3113945 or 2587856. OLE color: 2587856.
HSL color Cylindrical-coordinate representation of color #D07C27: hue angle of 30.18º 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 #D07C27 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 39 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.18 |
| HSL | 30.18º | 0.68% | 0.48% | - |
| HSV(B) | 30.18º | 0.81% | 0.82% | - |
| XYZ | 33.59 | 27.97 | 5.55 | - |
| YUV | 139.43 | 71.33 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 39 | 0 | 0.40 | 0.81 | 0.18 | 30.18 | 0.68 | 0.48 |
| Hex | D0 | 7C | 27 | 0 | 28 | 51 | 12 | 1E | 44 | 30 |
| Octal | 320 | 174 | 47 | 0 | 50 | 121 | 22 | 36 | 104 | 60 |
| Binary | 11010000 | 1111100 | 100111 | 0 | 101000 | 1010001 | 10010 | 11110 | 1000100 | 110000 |
Color Harmonies of #D07C27
Complementary color
Monochromatic Colors of #D07C27
Black with #D07C27
Text Example
Text Example
White with #D07C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07C27; }
p { color: rgb(208,124,39); }
H1.HeaderClassName
{
color: #D07C27;
}
.AnyTagClassName
{
color: #D07C27;
}
</style>
background-color css
<style>
a { background-color: #D07C27; }
a { background-color: rgb(208,124,39); }
div.DivClassName
{
background-color: #D07C27;
}
.BgClassName
{
background-color: #D07C27;
}
</style>
border-color css
<style>
span { border-color: #D07C27; }
span { border-color: rgb(208,124,39); }
td.TdClassName
{
border-color: #D07C27;
}
.TagClassName
{
border-color: #D07C27;
}
</style>