Shades of Ochre #D67818
Tints of Ochre #D67818
RGB
CMYK
RGB Variations
Color information
#D67818 (or 0xD67818) is known color: Ochre. HEX triplet: D6, 78 and 18. RGB value is (214,120,24). Sum of RGB (Red+Green+Blue) = 214+120+24=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D67818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67818 is #2987E7. Grayscale: #898989. Windows color (decimal): -2721768 or 1603798. OLE color: 1603798.
HSL color Cylindrical-coordinate representation of color #D67818: hue angle of 30.32º 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 #D67818 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 120 | 24 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.16 |
| HSL | 30.32º | 0.8% | 0.47% | - |
| HSV(B) | 30.32º | 0.89% | 0.84% | - |
| XYZ | 34.61 | 27.8 | 4.4 | - |
| YUV | 137.16 | 64.14 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 120 | 24 | 0 | 0.44 | 0.89 | 0.16 | 30.32 | 0.8 | 0.47 |
| Hex | D6 | 78 | 18 | 0 | 2C | 59 | 10 | 1E | 50 | 2F |
| Octal | 326 | 170 | 30 | 0 | 54 | 131 | 20 | 36 | 120 | 57 |
| Binary | 11010110 | 1111000 | 11000 | 0 | 101100 | 1011001 | 10000 | 11110 | 1010000 | 101111 |
Color Harmonies of #D67818
Complementary color
Monochromatic Colors of #D67818
Black with #D67818
Text Example
Text Example
White with #D67818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67818; }
p { color: rgb(214,120,24); }
H1.HeaderClassName
{
color: #D67818;
}
.AnyTagClassName
{
color: #D67818;
}
</style>
background-color css
<style>
a { background-color: #D67818; }
a { background-color: rgb(214,120,24); }
div.DivClassName
{
background-color: #D67818;
}
.BgClassName
{
background-color: #D67818;
}
</style>
border-color css
<style>
span { border-color: #D67818; }
span { border-color: rgb(214,120,24); }
td.TdClassName
{
border-color: #D67818;
}
.TagClassName
{
border-color: #D67818;
}
</style>