Shades of Ochre #D57714
Tints of Ochre #D57714
RGB
CMYK
RGB Variations
Color information
#D57714 (or 0xD57714) is known color: Ochre. HEX triplet: D5, 77 and 14. RGB value is (213,119,20). Sum of RGB (Red+Green+Blue) = 213+119+20=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D57714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57714 is #2A88EB. Grayscale: #888888. Windows color (decimal): -2787564 or 1341397. OLE color: 1341397.
HSL color Cylindrical-coordinate representation of color #D57714: hue angle of 30.78º 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 #D57714 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 20 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.16 |
| HSL | 30.78º | 0.83% | 0.46% | - |
| HSV(B) | 30.78º | 0.91% | 0.84% | - |
| XYZ | 34.16 | 27.39 | 4.15 | - |
| YUV | 135.82 | 62.64 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 20 | 0 | 0.44 | 0.91 | 0.16 | 30.78 | 0.83 | 0.46 |
| Hex | D5 | 77 | 14 | 0 | 2C | 5B | 10 | 1F | 53 | 2E |
| Octal | 325 | 167 | 24 | 0 | 54 | 133 | 20 | 37 | 123 | 56 |
| Binary | 11010101 | 1110111 | 10100 | 0 | 101100 | 1011011 | 10000 | 11111 | 1010011 | 101110 |
Color Harmonies of #D57714
Complementary color
Monochromatic Colors of #D57714
Black with #D57714
Text Example
Text Example
White with #D57714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57714; }
p { color: rgb(213,119,20); }
H1.HeaderClassName
{
color: #D57714;
}
.AnyTagClassName
{
color: #D57714;
}
</style>
background-color css
<style>
a { background-color: #D57714; }
a { background-color: rgb(213,119,20); }
div.DivClassName
{
background-color: #D57714;
}
.BgClassName
{
background-color: #D57714;
}
</style>
border-color css
<style>
span { border-color: #D57714; }
span { border-color: rgb(213,119,20); }
td.TdClassName
{
border-color: #D57714;
}
.TagClassName
{
border-color: #D57714;
}
</style>