Shades of Ochre #D07127
Tints of Ochre #D07127
RGB
CMYK
RGB Variations
Color information
#D07127 (or 0xD07127) is known color: Ochre. HEX triplet: D0, 71 and 27. RGB value is (208,113,39). Sum of RGB (Red+Green+Blue) = 208+113+39=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 39 (15.62% from 255 or 10.83% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D07127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07127 is #2F8ED8. Grayscale: #858585. Windows color (decimal): -3116761 or 2585040. OLE color: 2585040.
HSL color Cylindrical-coordinate representation of color #D07127: hue angle of 26.27º 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 #D07127 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 39 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.18 |
| HSL | 26.27º | 0.68% | 0.48% | - |
| HSV(B) | 26.27º | 0.81% | 0.82% | - |
| XYZ | 32.28 | 25.37 | 5.11 | - |
| YUV | 132.97 | 74.97 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 39 | 0 | 0.46 | 0.81 | 0.18 | 26.27 | 0.68 | 0.48 |
| Hex | D0 | 71 | 27 | 0 | 2E | 51 | 12 | 1A | 44 | 30 |
| Octal | 320 | 161 | 47 | 0 | 56 | 121 | 22 | 32 | 104 | 60 |
| Binary | 11010000 | 1110001 | 100111 | 0 | 101110 | 1010001 | 10010 | 11010 | 1000100 | 110000 |
Color Harmonies of #D07127
Complementary color
Monochromatic Colors of #D07127
Black with #D07127
Text Example
Text Example
White with #D07127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07127; }
p { color: rgb(208,113,39); }
H1.HeaderClassName
{
color: #D07127;
}
.AnyTagClassName
{
color: #D07127;
}
</style>
background-color css
<style>
a { background-color: #D07127; }
a { background-color: rgb(208,113,39); }
div.DivClassName
{
background-color: #D07127;
}
.BgClassName
{
background-color: #D07127;
}
</style>
border-color css
<style>
span { border-color: #D07127; }
span { border-color: rgb(208,113,39); }
td.TdClassName
{
border-color: #D07127;
}
.TagClassName
{
border-color: #D07127;
}
</style>