Shades of Ochre #D67715
Tints of Ochre #D67715
RGB
CMYK
RGB Variations
Color information
#D67715 (or 0xD67715) is known color: Ochre. HEX triplet: D6, 77 and 15. RGB value is (214,119,21). Sum of RGB (Red+Green+Blue) = 214+119+21=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D67715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67715 is #2988EA. Grayscale: #888888. Windows color (decimal): -2722027 or 1406934. OLE color: 1406934.
HSL color Cylindrical-coordinate representation of color #D67715: hue angle of 30.47º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D67715 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 21 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.16 |
| HSL | 30.47º | 0.82% | 0.46% | - |
| HSV(B) | 30.47º | 0.9% | 0.84% | - |
| XYZ | 34.46 | 27.54 | 4.21 | - |
| YUV | 136.23 | 62.97 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 21 | 0 | 0.44 | 0.90 | 0.16 | 30.47 | 0.82 | 0.46 |
| Hex | D6 | 77 | 15 | 0 | 2C | 5A | 10 | 1E | 52 | 2E |
| Octal | 326 | 167 | 25 | 0 | 54 | 132 | 20 | 36 | 122 | 56 |
| Binary | 11010110 | 1110111 | 10101 | 0 | 101100 | 1011010 | 10000 | 11110 | 1010010 | 101110 |
Color Harmonies of #D67715
Complementary color
Monochromatic Colors of #D67715
Black with #D67715
Text Example
Text Example
White with #D67715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67715; }
p { color: rgb(214,119,21); }
H1.HeaderClassName
{
color: #D67715;
}
.AnyTagClassName
{
color: #D67715;
}
</style>
background-color css
<style>
a { background-color: #D67715; }
a { background-color: rgb(214,119,21); }
div.DivClassName
{
background-color: #D67715;
}
.BgClassName
{
background-color: #D67715;
}
</style>
border-color css
<style>
span { border-color: #D67715; }
span { border-color: rgb(214,119,21); }
td.TdClassName
{
border-color: #D67715;
}
.TagClassName
{
border-color: #D67715;
}
</style>