Shades of Ochre #D57819
Tints of Ochre #D57819
RGB
CMYK
RGB Variations
Color information
#D57819 (or 0xD57819) is known color: Ochre. HEX triplet: D5, 78 and 19. RGB value is (213,120,25). Sum of RGB (Red+Green+Blue) = 213+120+25=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D57819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57819 is #2A87E6. Grayscale: #898989. Windows color (decimal): -2787303 or 1669333. OLE color: 1669333.
HSL color Cylindrical-coordinate representation of color #D57819: hue angle of 30.32º 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 #D57819 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 120 | 25 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.16 |
| HSL | 30.32º | 0.79% | 0.47% | - |
| HSV(B) | 30.32º | 0.88% | 0.84% | - |
| XYZ | 34.33 | 27.65 | 4.45 | - |
| YUV | 136.98 | 64.81 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 120 | 25 | 0 | 0.44 | 0.88 | 0.16 | 30.32 | 0.79 | 0.47 |
| Hex | D5 | 78 | 19 | 0 | 2C | 58 | 10 | 1E | 4F | 2F |
| Octal | 325 | 170 | 31 | 0 | 54 | 130 | 20 | 36 | 117 | 57 |
| Binary | 11010101 | 1111000 | 11001 | 0 | 101100 | 1011000 | 10000 | 11110 | 1001111 | 101111 |
Color Harmonies of #D57819
Complementary color
Monochromatic Colors of #D57819
Black with #D57819
Text Example
Text Example
White with #D57819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57819; }
p { color: rgb(213,120,25); }
H1.HeaderClassName
{
color: #D57819;
}
.AnyTagClassName
{
color: #D57819;
}
</style>
background-color css
<style>
a { background-color: #D57819; }
a { background-color: rgb(213,120,25); }
div.DivClassName
{
background-color: #D57819;
}
.BgClassName
{
background-color: #D57819;
}
</style>
border-color css
<style>
span { border-color: #D57819; }
span { border-color: rgb(213,120,25); }
td.TdClassName
{
border-color: #D57819;
}
.TagClassName
{
border-color: #D57819;
}
</style>