Shades of Ochre #D57D10
Tints of Ochre #D57D10
RGB
CMYK
RGB Variations
Color information
#D57D10 (or 0xD57D10) is known color: Ochre. HEX triplet: D5, 7D and 10. RGB value is (213,125,16). Sum of RGB (Red+Green+Blue) = 213+125+16=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57D10 is #2A82EF. Grayscale: #8B8B8B. Windows color (decimal): -2786032 or 1080789. OLE color: 1080789.
HSL color Cylindrical-coordinate representation of color #D57D10: hue angle of 33.2º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D57D10 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 125 | 16 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.16 |
| HSL | 33.2º | 0.86% | 0.45% | - |
| HSV(B) | 33.2º | 0.92% | 0.84% | - |
| XYZ | 34.87 | 28.85 | 4.22 | - |
| YUV | 138.89 | 58.65 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 16 | 0 | 0.41 | 0.92 | 0.16 | 33.2 | 0.86 | 0.45 |
| Hex | D5 | 7D | 10 | 0 | 29 | 5C | 10 | 21 | 56 | 2D |
| Octal | 325 | 175 | 20 | 0 | 51 | 134 | 20 | 41 | 126 | 55 |
| Binary | 11010101 | 1111101 | 10000 | 0 | 101001 | 1011100 | 10000 | 100001 | 1010110 | 101101 |
Color Harmonies of #D57D10
Complementary color
Monochromatic Colors of #D57D10
Black with #D57D10
Text Example
Text Example
White with #D57D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57D10; }
p { color: rgb(213,125,16); }
H1.HeaderClassName
{
color: #D57D10;
}
.AnyTagClassName
{
color: #D57D10;
}
</style>
background-color css
<style>
a { background-color: #D57D10; }
a { background-color: rgb(213,125,16); }
div.DivClassName
{
background-color: #D57D10;
}
.BgClassName
{
background-color: #D57D10;
}
</style>
border-color css
<style>
span { border-color: #D57D10; }
span { border-color: rgb(213,125,16); }
td.TdClassName
{
border-color: #D57D10;
}
.TagClassName
{
border-color: #D57D10;
}
</style>