Shades of Ochre #D3750F
Tints of Ochre #D3750F
RGB
CMYK
RGB Variations
Color information
#D3750F (or 0xD3750F) is known color: Ochre. HEX triplet: D3, 75 and 0F. RGB value is (211,117,15). Sum of RGB (Red+Green+Blue) = 211+117+15=343 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.52% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 211 - color contains mainly: red. Hex color #D3750F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3750F is #2C8AF0. Grayscale: #858585. Windows color (decimal): -2919153 or 1013203. OLE color: 1013203.
HSL color Cylindrical-coordinate representation of color #D3750F: hue angle of 31.22º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D3750F is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 117 | 15 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.17 |
| HSL | 31.22º | 0.87% | 0.44% | - |
| HSV(B) | 31.22º | 0.93% | 0.83% | - |
| XYZ | 33.31 | 26.61 | 3.83 | - |
| YUV | 133.48 | 61.14 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 117 | 15 | 0 | 0.45 | 0.93 | 0.17 | 31.22 | 0.87 | 0.44 |
| Hex | D3 | 75 | F | 0 | 2D | 5D | 11 | 1F | 57 | 2C |
| Octal | 323 | 165 | 17 | 0 | 55 | 135 | 21 | 37 | 127 | 54 |
| Binary | 11010011 | 1110101 | 1111 | 0 | 101101 | 1011101 | 10001 | 11111 | 1010111 | 101100 |
Color Harmonies of #D3750F
Complementary color
Monochromatic Colors of #D3750F
Black with #D3750F
Text Example
Text Example
White with #D3750F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3750F; }
p { color: rgb(211,117,15); }
H1.HeaderClassName
{
color: #D3750F;
}
.AnyTagClassName
{
color: #D3750F;
}
</style>
background-color css
<style>
a { background-color: #D3750F; }
a { background-color: rgb(211,117,15); }
div.DivClassName
{
background-color: #D3750F;
}
.BgClassName
{
background-color: #D3750F;
}
</style>
border-color css
<style>
span { border-color: #D3750F; }
span { border-color: rgb(211,117,15); }
td.TdClassName
{
border-color: #D3750F;
}
.TagClassName
{
border-color: #D3750F;
}
</style>