Shades of Ochre #D3801A
Tints of Ochre #D3801A
RGB
CMYK
RGB Variations
Color information
#D3801A (or 0xD3801A) is known color: Ochre. HEX triplet: D3, 80 and 1A. RGB value is (211,128,26). Sum of RGB (Red+Green+Blue) = 211+128+26=365 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.81% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 211 - color contains mainly: red. Hex color #D3801A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3801A is #2C7FE5. Grayscale: #8D8D8D. Windows color (decimal): -2916326 or 1736915. OLE color: 1736915.
HSL color Cylindrical-coordinate representation of color #D3801A: hue angle of 33.08º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D3801A is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 128 | 26 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.17 |
| HSL | 33.08º | 0.78% | 0.46% | - |
| HSV(B) | 33.08º | 0.88% | 0.83% | - |
| XYZ | 34.77 | 29.36 | 4.81 | - |
| YUV | 141.19 | 63 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 128 | 26 | 0 | 0.39 | 0.88 | 0.17 | 33.08 | 0.78 | 0.46 |
| Hex | D3 | 80 | 1A | 0 | 27 | 58 | 11 | 21 | 4E | 2E |
| Octal | 323 | 200 | 32 | 0 | 47 | 130 | 21 | 41 | 116 | 56 |
| Binary | 11010011 | 10000000 | 11010 | 0 | 100111 | 1011000 | 10001 | 100001 | 1001110 | 101110 |
Color Harmonies of #D3801A
Complementary color
Monochromatic Colors of #D3801A
Black with #D3801A
Text Example
Text Example
White with #D3801A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3801A; }
p { color: rgb(211,128,26); }
H1.HeaderClassName
{
color: #D3801A;
}
.AnyTagClassName
{
color: #D3801A;
}
</style>
background-color css
<style>
a { background-color: #D3801A; }
a { background-color: rgb(211,128,26); }
div.DivClassName
{
background-color: #D3801A;
}
.BgClassName
{
background-color: #D3801A;
}
</style>
border-color css
<style>
span { border-color: #D3801A; }
span { border-color: rgb(211,128,26); }
td.TdClassName
{
border-color: #D3801A;
}
.TagClassName
{
border-color: #D3801A;
}
</style>