Shades of Ochre #D57D19
Tints of Ochre #D57D19
RGB
CMYK
RGB Variations
Color information
#D57D19 (or 0xD57D19) is known color: Ochre. HEX triplet: D5, 7D and 19. RGB value is (213,125,25). Sum of RGB (Red+Green+Blue) = 213+125+25=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57D19 is #2A82E6. Grayscale: #8C8C8C. Windows color (decimal): -2786023 or 1670613. OLE color: 1670613.
HSL color Cylindrical-coordinate representation of color #D57D19: hue angle of 31.91º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D57D19 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 125 | 25 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.16 |
| HSL | 31.91º | 0.79% | 0.47% | - |
| HSV(B) | 31.91º | 0.88% | 0.84% | - |
| XYZ | 34.95 | 28.88 | 4.65 | - |
| YUV | 139.91 | 63.15 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 25 | 0 | 0.41 | 0.88 | 0.16 | 31.91 | 0.79 | 0.47 |
| Hex | D5 | 7D | 19 | 0 | 29 | 58 | 10 | 20 | 4F | 2F |
| Octal | 325 | 175 | 31 | 0 | 51 | 130 | 20 | 40 | 117 | 57 |
| Binary | 11010101 | 1111101 | 11001 | 0 | 101001 | 1011000 | 10000 | 100000 | 1001111 | 101111 |
Color Harmonies of #D57D19
Complementary color
Monochromatic Colors of #D57D19
Black with #D57D19
Text Example
Text Example
White with #D57D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57D19; }
p { color: rgb(213,125,25); }
H1.HeaderClassName
{
color: #D57D19;
}
.AnyTagClassName
{
color: #D57D19;
}
</style>
background-color css
<style>
a { background-color: #D57D19; }
a { background-color: rgb(213,125,25); }
div.DivClassName
{
background-color: #D57D19;
}
.BgClassName
{
background-color: #D57D19;
}
</style>
border-color css
<style>
span { border-color: #D57D19; }
span { border-color: rgb(213,125,25); }
td.TdClassName
{
border-color: #D57D19;
}
.TagClassName
{
border-color: #D57D19;
}
</style>