Shades of Ochre #D57B0E
Tints of Ochre #D57B0E
RGB
CMYK
RGB Variations
Color information
#D57B0E (or 0xD57B0E) is known color: Ochre. HEX triplet: D5, 7B and 0E. RGB value is (213,123,14). Sum of RGB (Red+Green+Blue) = 213+123+14=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D57B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57B0E is #2A84F1. Grayscale: #8A8A8A. Windows color (decimal): -2786546 or 949205. OLE color: 949205.
HSL color Cylindrical-coordinate representation of color #D57B0E: hue angle of 32.86º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D57B0E is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 123 | 14 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.16 |
| HSL | 32.86º | 0.88% | 0.45% | - |
| HSV(B) | 32.86º | 0.93% | 0.84% | - |
| XYZ | 34.6 | 28.34 | 4.06 | - |
| YUV | 137.48 | 58.32 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 123 | 14 | 0 | 0.42 | 0.93 | 0.16 | 32.86 | 0.88 | 0.45 |
| Hex | D5 | 7B | E | 0 | 2A | 5D | 10 | 21 | 58 | 2D |
| Octal | 325 | 173 | 16 | 0 | 52 | 135 | 20 | 41 | 130 | 55 |
| Binary | 11010101 | 1111011 | 1110 | 0 | 101010 | 1011101 | 10000 | 100001 | 1011000 | 101101 |
Color Harmonies of #D57B0E
Complementary color
Monochromatic Colors of #D57B0E
Black with #D57B0E
Text Example
Text Example
White with #D57B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57B0E; }
p { color: rgb(213,123,14); }
H1.HeaderClassName
{
color: #D57B0E;
}
.AnyTagClassName
{
color: #D57B0E;
}
</style>
background-color css
<style>
a { background-color: #D57B0E; }
a { background-color: rgb(213,123,14); }
div.DivClassName
{
background-color: #D57B0E;
}
.BgClassName
{
background-color: #D57B0E;
}
</style>
border-color css
<style>
span { border-color: #D57B0E; }
span { border-color: rgb(213,123,14); }
td.TdClassName
{
border-color: #D57B0E;
}
.TagClassName
{
border-color: #D57B0E;
}
</style>