Shades of Ochre #D67517
Tints of Ochre #D67517
RGB
CMYK
RGB Variations
Color information
#D67517 (or 0xD67517) is known color: Ochre. HEX triplet: D6, 75 and 17. RGB value is (214,117,23). Sum of RGB (Red+Green+Blue) = 214+117+23=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 23 (9.38% from 255 or 6.50% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D67517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67517 is #298AE8. Grayscale: #878787. Windows color (decimal): -2722537 or 1537494. OLE color: 1537494.
HSL color Cylindrical-coordinate representation of color #D67517: hue angle of 29.53º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D67517 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 117 | 23 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.16 |
| HSL | 29.53º | 0.81% | 0.46% | - |
| HSV(B) | 29.53º | 0.89% | 0.84% | - |
| XYZ | 34.25 | 27.08 | 4.23 | - |
| YUV | 135.29 | 64.64 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 23 | 0 | 0.45 | 0.89 | 0.16 | 29.53 | 0.81 | 0.46 |
| Hex | D6 | 75 | 17 | 0 | 2D | 59 | 10 | 1E | 51 | 2E |
| Octal | 326 | 165 | 27 | 0 | 55 | 131 | 20 | 36 | 121 | 56 |
| Binary | 11010110 | 1110101 | 10111 | 0 | 101101 | 1011001 | 10000 | 11110 | 1010001 | 101110 |
Color Harmonies of #D67517
Complementary color
Monochromatic Colors of #D67517
Black with #D67517
Text Example
Text Example
White with #D67517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67517; }
p { color: rgb(214,117,23); }
H1.HeaderClassName
{
color: #D67517;
}
.AnyTagClassName
{
color: #D67517;
}
</style>
background-color css
<style>
a { background-color: #D67517; }
a { background-color: rgb(214,117,23); }
div.DivClassName
{
background-color: #D67517;
}
.BgClassName
{
background-color: #D67517;
}
</style>
border-color css
<style>
span { border-color: #D67517; }
span { border-color: rgb(214,117,23); }
td.TdClassName
{
border-color: #D67517;
}
.TagClassName
{
border-color: #D67517;
}
</style>