Shades of Ochre #D67518
Tints of Ochre #D67518
RGB
CMYK
RGB Variations
Color information
#D67518 (or 0xD67518) is known color: Ochre. HEX triplet: D6, 75 and 18. RGB value is (214,117,24). Sum of RGB (Red+Green+Blue) = 214+117+24=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 24 (9.77% from 255 or 6.76% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D67518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67518 is #298AE7. Grayscale: #878787. Windows color (decimal): -2722536 or 1603030. OLE color: 1603030.
HSL color Cylindrical-coordinate representation of color #D67518: hue angle of 29.37º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D67518 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 117 | 24 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.16 |
| HSL | 29.37º | 0.8% | 0.47% | - |
| HSV(B) | 29.37º | 0.89% | 0.84% | - |
| XYZ | 34.26 | 27.08 | 4.29 | - |
| YUV | 135.4 | 65.14 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 24 | 0 | 0.45 | 0.89 | 0.16 | 29.37 | 0.8 | 0.47 |
| Hex | D6 | 75 | 18 | 0 | 2D | 59 | 10 | 1D | 50 | 2F |
| Octal | 326 | 165 | 30 | 0 | 55 | 131 | 20 | 35 | 120 | 57 |
| Binary | 11010110 | 1110101 | 11000 | 0 | 101101 | 1011001 | 10000 | 11101 | 1010000 | 101111 |
Color Harmonies of #D67518
Complementary color
Monochromatic Colors of #D67518
Black with #D67518
Text Example
Text Example
White with #D67518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67518; }
p { color: rgb(214,117,24); }
H1.HeaderClassName
{
color: #D67518;
}
.AnyTagClassName
{
color: #D67518;
}
</style>
background-color css
<style>
a { background-color: #D67518; }
a { background-color: rgb(214,117,24); }
div.DivClassName
{
background-color: #D67518;
}
.BgClassName
{
background-color: #D67518;
}
</style>
border-color css
<style>
span { border-color: #D67518; }
span { border-color: rgb(214,117,24); }
td.TdClassName
{
border-color: #D67518;
}
.TagClassName
{
border-color: #D67518;
}
</style>