Shades of Ochre #D1721A
Tints of Ochre #D1721A
RGB
CMYK
RGB Variations
Color information
#D1721A (or 0xD1721A) is known color: Ochre. HEX triplet: D1, 72 and 1A. RGB value is (209,114,26). Sum of RGB (Red+Green+Blue) = 209+114+26=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D1721A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1721A is #2E8DE5. Grayscale: #848484. Windows color (decimal): -3050982 or 1733329. OLE color: 1733329.
HSL color Cylindrical-coordinate representation of color #D1721A: hue angle of 28.85º 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 #D1721A is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 26 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.18 |
| HSL | 28.85º | 0.78% | 0.46% | - |
| HSV(B) | 28.85º | 0.88% | 0.82% | - |
| XYZ | 32.5 | 25.66 | 4.22 | - |
| YUV | 132.37 | 67.97 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 26 | 0 | 0.45 | 0.88 | 0.18 | 28.85 | 0.78 | 0.46 |
| Hex | D1 | 72 | 1A | 0 | 2D | 58 | 12 | 1D | 4E | 2E |
| Octal | 321 | 162 | 32 | 0 | 55 | 130 | 22 | 35 | 116 | 56 |
| Binary | 11010001 | 1110010 | 11010 | 0 | 101101 | 1011000 | 10010 | 11101 | 1001110 | 101110 |
Color Harmonies of #D1721A
Complementary color
Monochromatic Colors of #D1721A
Black with #D1721A
Text Example
Text Example
White with #D1721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1721A; }
p { color: rgb(209,114,26); }
H1.HeaderClassName
{
color: #D1721A;
}
.AnyTagClassName
{
color: #D1721A;
}
</style>
background-color css
<style>
a { background-color: #D1721A; }
a { background-color: rgb(209,114,26); }
div.DivClassName
{
background-color: #D1721A;
}
.BgClassName
{
background-color: #D1721A;
}
</style>
border-color css
<style>
span { border-color: #D1721A; }
span { border-color: rgb(209,114,26); }
td.TdClassName
{
border-color: #D1721A;
}
.TagClassName
{
border-color: #D1721A;
}
</style>