Shades of Ochre #D4750D
Tints of Ochre #D4750D
RGB
CMYK
RGB Variations
Color information
#D4750D (or 0xD4750D) is known color: Ochre. HEX triplet: D4, 75 and 0D. RGB value is (212,117,13). Sum of RGB (Red+Green+Blue) = 212+117+13=342 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.99% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 212 - color contains mainly: red. Hex color #D4750D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4750D is #2B8AF2. Grayscale: #868686. Windows color (decimal): -2853619 or 882132. OLE color: 882132.
HSL color Cylindrical-coordinate representation of color #D4750D: hue angle of 31.36º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4750D is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 117 | 13 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.17 |
| HSL | 31.36º | 0.88% | 0.44% | - |
| HSV(B) | 31.36º | 0.94% | 0.83% | - |
| XYZ | 33.59 | 26.75 | 3.77 | - |
| YUV | 133.55 | 59.97 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 117 | 13 | 0 | 0.45 | 0.94 | 0.17 | 31.36 | 0.88 | 0.44 |
| Hex | D4 | 75 | D | 0 | 2D | 5E | 11 | 1F | 58 | 2C |
| Octal | 324 | 165 | 15 | 0 | 55 | 136 | 21 | 37 | 130 | 54 |
| Binary | 11010100 | 1110101 | 1101 | 0 | 101101 | 1011110 | 10001 | 11111 | 1011000 | 101100 |
Color Harmonies of #D4750D
Complementary color
Monochromatic Colors of #D4750D
Black with #D4750D
Text Example
Text Example
White with #D4750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4750D; }
p { color: rgb(212,117,13); }
H1.HeaderClassName
{
color: #D4750D;
}
.AnyTagClassName
{
color: #D4750D;
}
</style>
background-color css
<style>
a { background-color: #D4750D; }
a { background-color: rgb(212,117,13); }
div.DivClassName
{
background-color: #D4750D;
}
.BgClassName
{
background-color: #D4750D;
}
</style>
border-color css
<style>
span { border-color: #D4750D; }
span { border-color: rgb(212,117,13); }
td.TdClassName
{
border-color: #D4750D;
}
.TagClassName
{
border-color: #D4750D;
}
</style>