Shades of Ochre #D1821C
Tints of Ochre #D1821C
RGB
CMYK
RGB Variations
Color information
#D1821C (or 0xD1821C) is known color: Ochre. HEX triplet: D1, 82 and 1C. RGB value is (209,130,28). Sum of RGB (Red+Green+Blue) = 209+130+28=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 28 (11.33% from 255 or 7.63% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D1821C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1821C is #2E7DE3. Grayscale: #8E8E8E. Windows color (decimal): -3046884 or 1868497. OLE color: 1868497.
HSL color Cylindrical-coordinate representation of color #D1821C: hue angle of 33.81º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1821C is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 28 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.18 |
| HSL | 33.81º | 0.76% | 0.46% | - |
| HSV(B) | 33.81º | 0.87% | 0.82% | - |
| XYZ | 34.49 | 29.6 | 5 | - |
| YUV | 141.99 | 63.67 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 28 | 0 | 0.38 | 0.87 | 0.18 | 33.81 | 0.76 | 0.46 |
| Hex | D1 | 82 | 1C | 0 | 26 | 57 | 12 | 22 | 4C | 2E |
| Octal | 321 | 202 | 34 | 0 | 46 | 127 | 22 | 42 | 114 | 56 |
| Binary | 11010001 | 10000010 | 11100 | 0 | 100110 | 1010111 | 10010 | 100010 | 1001100 | 101110 |
Color Harmonies of #D1821C
Complementary color
Monochromatic Colors of #D1821C
Black with #D1821C
Text Example
Text Example
White with #D1821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1821C; }
p { color: rgb(209,130,28); }
H1.HeaderClassName
{
color: #D1821C;
}
.AnyTagClassName
{
color: #D1821C;
}
</style>
background-color css
<style>
a { background-color: #D1821C; }
a { background-color: rgb(209,130,28); }
div.DivClassName
{
background-color: #D1821C;
}
.BgClassName
{
background-color: #D1821C;
}
</style>
border-color css
<style>
span { border-color: #D1821C; }
span { border-color: rgb(209,130,28); }
td.TdClassName
{
border-color: #D1821C;
}
.TagClassName
{
border-color: #D1821C;
}
</style>