Shades of Ochre #D07613
Tints of Ochre #D07613
RGB
CMYK
RGB Variations
Color information
#D07613 (or 0xD07613) is known color: Ochre. HEX triplet: D0, 76 and 13. RGB value is (208,118,19). Sum of RGB (Red+Green+Blue) = 208+118+19=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D07613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07613 is #2F89EC. Grayscale: #868686. Windows color (decimal): -3115501 or 1275600. OLE color: 1275600.
HSL color Cylindrical-coordinate representation of color #D07613: hue angle of 31.43º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D07613 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 118 | 19 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.18 |
| HSL | 31.43º | 0.83% | 0.45% | - |
| HSV(B) | 31.43º | 0.91% | 0.82% | - |
| XYZ | 32.61 | 26.41 | 4 | - |
| YUV | 133.62 | 63.32 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 19 | 0 | 0.43 | 0.91 | 0.18 | 31.43 | 0.83 | 0.45 |
| Hex | D0 | 76 | 13 | 0 | 2B | 5B | 12 | 1F | 53 | 2D |
| Octal | 320 | 166 | 23 | 0 | 53 | 133 | 22 | 37 | 123 | 55 |
| Binary | 11010000 | 1110110 | 10011 | 0 | 101011 | 1011011 | 10010 | 11111 | 1010011 | 101101 |
Color Harmonies of #D07613
Complementary color
Monochromatic Colors of #D07613
Black with #D07613
Text Example
Text Example
White with #D07613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07613; }
p { color: rgb(208,118,19); }
H1.HeaderClassName
{
color: #D07613;
}
.AnyTagClassName
{
color: #D07613;
}
</style>
background-color css
<style>
a { background-color: #D07613; }
a { background-color: rgb(208,118,19); }
div.DivClassName
{
background-color: #D07613;
}
.BgClassName
{
background-color: #D07613;
}
</style>
border-color css
<style>
span { border-color: #D07613; }
span { border-color: rgb(208,118,19); }
td.TdClassName
{
border-color: #D07613;
}
.TagClassName
{
border-color: #D07613;
}
</style>