Shades of Ochre #D3800D
Tints of Ochre #D3800D
RGB
CMYK
RGB Variations
Color information
#D3800D (or 0xD3800D) is known color: Ochre. HEX triplet: D3, 80 and 0D. RGB value is (211,128,13). Sum of RGB (Red+Green+Blue) = 211+128+13=352 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.94% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 211 - color contains mainly: red. Hex color #D3800D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3800D is #2C7FF2. Grayscale: #8C8C8C. Windows color (decimal): -2916339 or 884947. OLE color: 884947.
HSL color Cylindrical-coordinate representation of color #D3800D: hue angle of 34.85º 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 #D3800D is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 128 | 13 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.17 |
| HSL | 34.85º | 0.88% | 0.44% | - |
| HSV(B) | 34.85º | 0.94% | 0.83% | - |
| XYZ | 34.66 | 29.32 | 4.21 | - |
| YUV | 139.71 | 56.5 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 128 | 13 | 0 | 0.39 | 0.94 | 0.17 | 34.85 | 0.88 | 0.44 |
| Hex | D3 | 80 | D | 0 | 27 | 5E | 11 | 23 | 58 | 2C |
| Octal | 323 | 200 | 15 | 0 | 47 | 136 | 21 | 43 | 130 | 54 |
| Binary | 11010011 | 10000000 | 1101 | 0 | 100111 | 1011110 | 10001 | 100011 | 1011000 | 101100 |
Color Harmonies of #D3800D
Complementary color
Monochromatic Colors of #D3800D
Black with #D3800D
Text Example
Text Example
White with #D3800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3800D; }
p { color: rgb(211,128,13); }
H1.HeaderClassName
{
color: #D3800D;
}
.AnyTagClassName
{
color: #D3800D;
}
</style>
background-color css
<style>
a { background-color: #D3800D; }
a { background-color: rgb(211,128,13); }
div.DivClassName
{
background-color: #D3800D;
}
.BgClassName
{
background-color: #D3800D;
}
</style>
border-color css
<style>
span { border-color: #D3800D; }
span { border-color: rgb(211,128,13); }
td.TdClassName
{
border-color: #D3800D;
}
.TagClassName
{
border-color: #D3800D;
}
</style>