Shades of Ochre #D57B19
Tints of Ochre #D57B19
RGB
CMYK
RGB Variations
Color information
#D57B19 (or 0xD57B19) is known color: Ochre. HEX triplet: D5, 7B and 19. RGB value is (213,123,25). Sum of RGB (Red+Green+Blue) = 213+123+25=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 25 (10.16% from 255 or 6.93% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D57B19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57B19 is #2A84E6. Grayscale: #8B8B8B. Windows color (decimal): -2786535 or 1670101. OLE color: 1670101.
HSL color Cylindrical-coordinate representation of color #D57B19: hue angle of 31.28º 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 #D57B19 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 123 | 25 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.16 |
| HSL | 31.28º | 0.79% | 0.47% | - |
| HSV(B) | 31.28º | 0.88% | 0.84% | - |
| XYZ | 34.7 | 28.38 | 4.57 | - |
| YUV | 138.74 | 63.82 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 123 | 25 | 0 | 0.42 | 0.88 | 0.16 | 31.28 | 0.79 | 0.47 |
| Hex | D5 | 7B | 19 | 0 | 2A | 58 | 10 | 1F | 4F | 2F |
| Octal | 325 | 173 | 31 | 0 | 52 | 130 | 20 | 37 | 117 | 57 |
| Binary | 11010101 | 1111011 | 11001 | 0 | 101010 | 1011000 | 10000 | 11111 | 1001111 | 101111 |
Color Harmonies of #D57B19
Complementary color
Monochromatic Colors of #D57B19
Black with #D57B19
Text Example
Text Example
White with #D57B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57B19; }
p { color: rgb(213,123,25); }
H1.HeaderClassName
{
color: #D57B19;
}
.AnyTagClassName
{
color: #D57B19;
}
</style>
background-color css
<style>
a { background-color: #D57B19; }
a { background-color: rgb(213,123,25); }
div.DivClassName
{
background-color: #D57B19;
}
.BgClassName
{
background-color: #D57B19;
}
</style>
border-color css
<style>
span { border-color: #D57B19; }
span { border-color: rgb(213,123,25); }
td.TdClassName
{
border-color: #D57B19;
}
.TagClassName
{
border-color: #D57B19;
}
</style>