Shades of Ochre #D68114
Tints of Ochre #D68114
RGB
CMYK
RGB Variations
Color information
#D68114 (or 0xD68114) is known color: Ochre. HEX triplet: D6, 81 and 14. RGB value is (214,129,20). Sum of RGB (Red+Green+Blue) = 214+129+20=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D68114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68114 is #297EEB. Grayscale: #8E8E8E. Windows color (decimal): -2719468 or 1343958. OLE color: 1343958.
HSL color Cylindrical-coordinate representation of color #D68114: hue angle of 33.71º degrees, saturation: 0.83, 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 #D68114 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 20 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.16 |
| HSL | 33.71º | 0.83% | 0.46% | - |
| HSV(B) | 33.71º | 0.91% | 0.84% | - |
| XYZ | 35.71 | 30.05 | 4.58 | - |
| YUV | 141.99 | 59.16 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 20 | 0 | 0.40 | 0.91 | 0.16 | 33.71 | 0.83 | 0.46 |
| Hex | D6 | 81 | 14 | 0 | 28 | 5B | 10 | 22 | 53 | 2E |
| Octal | 326 | 201 | 24 | 0 | 50 | 133 | 20 | 42 | 123 | 56 |
| Binary | 11010110 | 10000001 | 10100 | 0 | 101000 | 1011011 | 10000 | 100010 | 1010011 | 101110 |
Color Harmonies of #D68114
Complementary color
Monochromatic Colors of #D68114
Black with #D68114
Text Example
Text Example
White with #D68114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68114; }
p { color: rgb(214,129,20); }
H1.HeaderClassName
{
color: #D68114;
}
.AnyTagClassName
{
color: #D68114;
}
</style>
background-color css
<style>
a { background-color: #D68114; }
a { background-color: rgb(214,129,20); }
div.DivClassName
{
background-color: #D68114;
}
.BgClassName
{
background-color: #D68114;
}
</style>
border-color css
<style>
span { border-color: #D68114; }
span { border-color: rgb(214,129,20); }
td.TdClassName
{
border-color: #D68114;
}
.TagClassName
{
border-color: #D68114;
}
</style>