Shades of Ochre #D3800E
Tints of Ochre #D3800E
RGB
CMYK
RGB Variations
Color information
#D3800E (or 0xD3800E) is known color: Ochre. HEX triplet: D3, 80 and 0E. RGB value is (211,128,14). Sum of RGB (Red+Green+Blue) = 211+128+14=353 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.77% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 211 - color contains mainly: red. Hex color #D3800E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3800E is #2C7FF1. Grayscale: #8C8C8C. Windows color (decimal): -2916338 or 950483. OLE color: 950483.
HSL color Cylindrical-coordinate representation of color #D3800E: hue angle of 34.72º degrees, saturation: 0.88, 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 #D3800E is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 128 | 14 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.17 |
| HSL | 34.72º | 0.88% | 0.44% | - |
| HSV(B) | 34.72º | 0.93% | 0.83% | - |
| XYZ | 34.66 | 29.32 | 4.25 | - |
| YUV | 139.82 | 57 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 128 | 14 | 0 | 0.39 | 0.93 | 0.17 | 34.72 | 0.88 | 0.44 |
| Hex | D3 | 80 | E | 0 | 27 | 5D | 11 | 23 | 58 | 2C |
| Octal | 323 | 200 | 16 | 0 | 47 | 135 | 21 | 43 | 130 | 54 |
| Binary | 11010011 | 10000000 | 1110 | 0 | 100111 | 1011101 | 10001 | 100011 | 1011000 | 101100 |
Color Harmonies of #D3800E
Complementary color
Monochromatic Colors of #D3800E
Black with #D3800E
Text Example
Text Example
White with #D3800E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3800E; }
p { color: rgb(211,128,14); }
H1.HeaderClassName
{
color: #D3800E;
}
.AnyTagClassName
{
color: #D3800E;
}
</style>
background-color css
<style>
a { background-color: #D3800E; }
a { background-color: rgb(211,128,14); }
div.DivClassName
{
background-color: #D3800E;
}
.BgClassName
{
background-color: #D3800E;
}
</style>
border-color css
<style>
span { border-color: #D3800E; }
span { border-color: rgb(211,128,14); }
td.TdClassName
{
border-color: #D3800E;
}
.TagClassName
{
border-color: #D3800E;
}
</style>