Shades of Ochre #D57D1B
Tints of Ochre #D57D1B
RGB
CMYK
RGB Variations
Color information
#D57D1B (or 0xD57D1B) is known color: Ochre. HEX triplet: D5, 7D and 1B. RGB value is (213,125,27). Sum of RGB (Red+Green+Blue) = 213+125+27=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57D1B is #2A82E4. Grayscale: #8C8C8C. Windows color (decimal): -2786021 or 1801685. OLE color: 1801685.
HSL color Cylindrical-coordinate representation of color #D57D1B: hue angle of 31.61º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D57D1B is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 125 | 27 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.16 |
| HSL | 31.61º | 0.78% | 0.47% | - |
| HSV(B) | 31.61º | 0.87% | 0.84% | - |
| XYZ | 34.97 | 28.89 | 4.77 | - |
| YUV | 140.14 | 64.15 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 27 | 0 | 0.41 | 0.87 | 0.16 | 31.61 | 0.78 | 0.47 |
| Hex | D5 | 7D | 1B | 0 | 29 | 57 | 10 | 20 | 4E | 2F |
| Octal | 325 | 175 | 33 | 0 | 51 | 127 | 20 | 40 | 116 | 57 |
| Binary | 11010101 | 1111101 | 11011 | 0 | 101001 | 1010111 | 10000 | 100000 | 1001110 | 101111 |
Color Harmonies of #D57D1B
Complementary color
Monochromatic Colors of #D57D1B
Black with #D57D1B
Text Example
Text Example
White with #D57D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57D1B; }
p { color: rgb(213,125,27); }
H1.HeaderClassName
{
color: #D57D1B;
}
.AnyTagClassName
{
color: #D57D1B;
}
</style>
background-color css
<style>
a { background-color: #D57D1B; }
a { background-color: rgb(213,125,27); }
div.DivClassName
{
background-color: #D57D1B;
}
.BgClassName
{
background-color: #D57D1B;
}
</style>
border-color css
<style>
span { border-color: #D57D1B; }
span { border-color: rgb(213,125,27); }
td.TdClassName
{
border-color: #D57D1B;
}
.TagClassName
{
border-color: #D57D1B;
}
</style>