Shades of Ochre #D57F1D
Tints of Ochre #D57F1D
RGB
CMYK
RGB Variations
Color information
#D57F1D (or 0xD57F1D) is known color: Ochre. HEX triplet: D5, 7F and 1D. RGB value is (213,127,29). Sum of RGB (Red+Green+Blue) = 213+127+29=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57F1D is #2A80E2. Grayscale: #8E8E8E. Windows color (decimal): -2785507 or 1933269. OLE color: 1933269.
HSL color Cylindrical-coordinate representation of color #D57F1D: hue angle of 31.96º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D57F1D is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 29 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.16 |
| HSL | 31.96º | 0.76% | 0.47% | - |
| HSV(B) | 31.96º | 0.86% | 0.84% | - |
| XYZ | 35.25 | 29.41 | 4.98 | - |
| YUV | 141.54 | 64.49 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 29 | 0 | 0.40 | 0.86 | 0.16 | 31.96 | 0.76 | 0.47 |
| Hex | D5 | 7F | 1D | 0 | 28 | 56 | 10 | 20 | 4C | 2F |
| Octal | 325 | 177 | 35 | 0 | 50 | 126 | 20 | 40 | 114 | 57 |
| Binary | 11010101 | 1111111 | 11101 | 0 | 101000 | 1010110 | 10000 | 100000 | 1001100 | 101111 |
Color Harmonies of #D57F1D
Complementary color
Monochromatic Colors of #D57F1D
Black with #D57F1D
Text Example
Text Example
White with #D57F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57F1D; }
p { color: rgb(213,127,29); }
H1.HeaderClassName
{
color: #D57F1D;
}
.AnyTagClassName
{
color: #D57F1D;
}
</style>
background-color css
<style>
a { background-color: #D57F1D; }
a { background-color: rgb(213,127,29); }
div.DivClassName
{
background-color: #D57F1D;
}
.BgClassName
{
background-color: #D57F1D;
}
</style>
border-color css
<style>
span { border-color: #D57F1D; }
span { border-color: rgb(213,127,29); }
td.TdClassName
{
border-color: #D57F1D;
}
.TagClassName
{
border-color: #D57F1D;
}
</style>