Shades of Ochre #D57914
Tints of Ochre #D57914
RGB
CMYK
RGB Variations
Color information
#D57914 (or 0xD57914) is known color: Ochre. HEX triplet: D5, 79 and 14. RGB value is (213,121,20). Sum of RGB (Red+Green+Blue) = 213+121+20=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D57914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57914 is #2A86EB. Grayscale: #898989. Windows color (decimal): -2787052 or 1341909. OLE color: 1341909.
HSL color Cylindrical-coordinate representation of color #D57914: hue angle of 31.4º 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 #D57914 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 20 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.16 |
| HSL | 31.4º | 0.83% | 0.46% | - |
| HSV(B) | 31.4º | 0.91% | 0.84% | - |
| XYZ | 34.4 | 27.87 | 4.23 | - |
| YUV | 136.99 | 61.98 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 20 | 0 | 0.43 | 0.91 | 0.16 | 31.4 | 0.83 | 0.46 |
| Hex | D5 | 79 | 14 | 0 | 2B | 5B | 10 | 1F | 53 | 2E |
| Octal | 325 | 171 | 24 | 0 | 53 | 133 | 20 | 37 | 123 | 56 |
| Binary | 11010101 | 1111001 | 10100 | 0 | 101011 | 1011011 | 10000 | 11111 | 1010011 | 101110 |
Color Harmonies of #D57914
Complementary color
Monochromatic Colors of #D57914
Black with #D57914
Text Example
Text Example
White with #D57914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57914; }
p { color: rgb(213,121,20); }
H1.HeaderClassName
{
color: #D57914;
}
.AnyTagClassName
{
color: #D57914;
}
</style>
background-color css
<style>
a { background-color: #D57914; }
a { background-color: rgb(213,121,20); }
div.DivClassName
{
background-color: #D57914;
}
.BgClassName
{
background-color: #D57914;
}
</style>
border-color css
<style>
span { border-color: #D57914; }
span { border-color: rgb(213,121,20); }
td.TdClassName
{
border-color: #D57914;
}
.TagClassName
{
border-color: #D57914;
}
</style>