Shades of Ochre #D4731B
Tints of Ochre #D4731B
RGB
CMYK
RGB Variations
Color information
#D4731B (or 0xD4731B) is known color: Ochre. HEX triplet: D4, 73 and 1B. RGB value is (212,115,27). Sum of RGB (Red+Green+Blue) = 212+115+27=354 (46% of max value = 765). Red value is 212 (83.20% from 255 or 59.89% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 212 - color contains mainly: red. Hex color #D4731B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4731B is #2B8CE4. Grayscale: #868686. Windows color (decimal): -2854117 or 1799124. OLE color: 1799124.
HSL color Cylindrical-coordinate representation of color #D4731B: hue angle of 28.54º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4731B is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 115 | 27 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.17 |
| HSL | 28.54º | 0.77% | 0.47% | - |
| HSV(B) | 28.54º | 0.87% | 0.83% | - |
| XYZ | 33.48 | 26.34 | 4.36 | - |
| YUV | 133.97 | 67.64 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 115 | 27 | 0 | 0.46 | 0.87 | 0.17 | 28.54 | 0.77 | 0.47 |
| Hex | D4 | 73 | 1B | 0 | 2E | 57 | 11 | 1D | 4D | 2F |
| Octal | 324 | 163 | 33 | 0 | 56 | 127 | 21 | 35 | 115 | 57 |
| Binary | 11010100 | 1110011 | 11011 | 0 | 101110 | 1010111 | 10001 | 11101 | 1001101 | 101111 |
Color Harmonies of #D4731B
Complementary color
Monochromatic Colors of #D4731B
Black with #D4731B
Text Example
Text Example
White with #D4731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4731B; }
p { color: rgb(212,115,27); }
H1.HeaderClassName
{
color: #D4731B;
}
.AnyTagClassName
{
color: #D4731B;
}
</style>
background-color css
<style>
a { background-color: #D4731B; }
a { background-color: rgb(212,115,27); }
div.DivClassName
{
background-color: #D4731B;
}
.BgClassName
{
background-color: #D4731B;
}
</style>
border-color css
<style>
span { border-color: #D4731B; }
span { border-color: rgb(212,115,27); }
td.TdClassName
{
border-color: #D4731B;
}
.TagClassName
{
border-color: #D4731B;
}
</style>