Shades of Ochre #D3821A
Tints of Ochre #D3821A
RGB
CMYK
RGB Variations
Color information
#D3821A (or 0xD3821A) is known color: Ochre. HEX triplet: D3, 82 and 1A. RGB value is (211,130,26). Sum of RGB (Red+Green+Blue) = 211+130+26=367 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.49% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 26 (10.55% from 255 or 7.08% from 367); Max value from RGB is 211 - color contains mainly: red. Hex color #D3821A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3821A is #2C7DE5. Grayscale: #8E8E8E. Windows color (decimal): -2915814 or 1737427. OLE color: 1737427.
HSL color Cylindrical-coordinate representation of color #D3821A: hue angle of 33.73º 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 #D3821A is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 130 | 26 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.17 |
| HSL | 33.73º | 0.78% | 0.46% | - |
| HSV(B) | 33.73º | 0.88% | 0.83% | - |
| XYZ | 35.03 | 29.89 | 4.9 | - |
| YUV | 142.36 | 62.34 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 130 | 26 | 0 | 0.38 | 0.88 | 0.17 | 33.73 | 0.78 | 0.46 |
| Hex | D3 | 82 | 1A | 0 | 26 | 58 | 11 | 22 | 4E | 2E |
| Octal | 323 | 202 | 32 | 0 | 46 | 130 | 21 | 42 | 116 | 56 |
| Binary | 11010011 | 10000010 | 11010 | 0 | 100110 | 1011000 | 10001 | 100010 | 1001110 | 101110 |
Color Harmonies of #D3821A
Complementary color
Monochromatic Colors of #D3821A
Black with #D3821A
Text Example
Text Example
White with #D3821A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3821A; }
p { color: rgb(211,130,26); }
H1.HeaderClassName
{
color: #D3821A;
}
.AnyTagClassName
{
color: #D3821A;
}
</style>
background-color css
<style>
a { background-color: #D3821A; }
a { background-color: rgb(211,130,26); }
div.DivClassName
{
background-color: #D3821A;
}
.BgClassName
{
background-color: #D3821A;
}
</style>
border-color css
<style>
span { border-color: #D3821A; }
span { border-color: rgb(211,130,26); }
td.TdClassName
{
border-color: #D3821A;
}
.TagClassName
{
border-color: #D3821A;
}
</style>