Shades of Ochre #D67713
Tints of Ochre #D67713
RGB
CMYK
RGB Variations
Color information
#D67713 (or 0xD67713) is known color: Ochre. HEX triplet: D6, 77 and 13. RGB value is (214,119,19). Sum of RGB (Red+Green+Blue) = 214+119+19=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 19 (7.81% from 255 or 5.40% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D67713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67713 is #2988EC. Grayscale: #888888. Windows color (decimal): -2722029 or 1275862. OLE color: 1275862.
HSL color Cylindrical-coordinate representation of color #D67713: hue angle of 30.77º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D67713 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 19 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.16 |
| HSL | 30.77º | 0.84% | 0.46% | - |
| HSV(B) | 30.77º | 0.91% | 0.84% | - |
| XYZ | 34.45 | 27.54 | 4.12 | - |
| YUV | 136.01 | 61.97 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 19 | 0 | 0.44 | 0.91 | 0.16 | 30.77 | 0.84 | 0.46 |
| Hex | D6 | 77 | 13 | 0 | 2C | 5B | 10 | 1F | 54 | 2E |
| Octal | 326 | 167 | 23 | 0 | 54 | 133 | 20 | 37 | 124 | 56 |
| Binary | 11010110 | 1110111 | 10011 | 0 | 101100 | 1011011 | 10000 | 11111 | 1010100 | 101110 |
Color Harmonies of #D67713
Complementary color
Monochromatic Colors of #D67713
Black with #D67713
Text Example
Text Example
White with #D67713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67713; }
p { color: rgb(214,119,19); }
H1.HeaderClassName
{
color: #D67713;
}
.AnyTagClassName
{
color: #D67713;
}
</style>
background-color css
<style>
a { background-color: #D67713; }
a { background-color: rgb(214,119,19); }
div.DivClassName
{
background-color: #D67713;
}
.BgClassName
{
background-color: #D67713;
}
</style>
border-color css
<style>
span { border-color: #D67713; }
span { border-color: rgb(214,119,19); }
td.TdClassName
{
border-color: #D67713;
}
.TagClassName
{
border-color: #D67713;
}
</style>