Shades of Ochre #D1821A
Tints of Ochre #D1821A
RGB
CMYK
RGB Variations
Color information
#D1821A (or 0xD1821A) is known color: Ochre. HEX triplet: D1, 82 and 1A. RGB value is (209,130,26). Sum of RGB (Red+Green+Blue) = 209+130+26=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D1821A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1821A is #2E7DE5. Grayscale: #8E8E8E. Windows color (decimal): -3046886 or 1737425. OLE color: 1737425.
HSL color Cylindrical-coordinate representation of color #D1821A: hue angle of 34.1º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1821A is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 26 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.18 |
| HSL | 34.1º | 0.78% | 0.46% | - |
| HSV(B) | 34.1º | 0.88% | 0.82% | - |
| XYZ | 34.46 | 29.6 | 4.87 | - |
| YUV | 141.77 | 62.67 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 26 | 0 | 0.38 | 0.88 | 0.18 | 34.1 | 0.78 | 0.46 |
| Hex | D1 | 82 | 1A | 0 | 26 | 58 | 12 | 22 | 4E | 2E |
| Octal | 321 | 202 | 32 | 0 | 46 | 130 | 22 | 42 | 116 | 56 |
| Binary | 11010001 | 10000010 | 11010 | 0 | 100110 | 1011000 | 10010 | 100010 | 1001110 | 101110 |
Color Harmonies of #D1821A
Complementary color
Monochromatic Colors of #D1821A
Black with #D1821A
Text Example
Text Example
White with #D1821A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1821A; }
p { color: rgb(209,130,26); }
H1.HeaderClassName
{
color: #D1821A;
}
.AnyTagClassName
{
color: #D1821A;
}
</style>
background-color css
<style>
a { background-color: #D1821A; }
a { background-color: rgb(209,130,26); }
div.DivClassName
{
background-color: #D1821A;
}
.BgClassName
{
background-color: #D1821A;
}
</style>
border-color css
<style>
span { border-color: #D1821A; }
span { border-color: rgb(209,130,26); }
td.TdClassName
{
border-color: #D1821A;
}
.TagClassName
{
border-color: #D1821A;
}
</style>