Shades of Ochre #D1801D
Tints of Ochre #D1801D
RGB
CMYK
RGB Variations
Color information
#D1801D (or 0xD1801D) is known color: Ochre. HEX triplet: D1, 80 and 1D. RGB value is (209,128,29). Sum of RGB (Red+Green+Blue) = 209+128+29=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D1801D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1801D is #2E7FE2. Grayscale: #8D8D8D. Windows color (decimal): -3047395 or 1933521. OLE color: 1933521.
HSL color Cylindrical-coordinate representation of color #D1801D: hue angle of 33º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1801D is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 29 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.18 |
| HSL | 33º | 0.76% | 0.47% | - |
| HSV(B) | 33º | 0.86% | 0.82% | - |
| XYZ | 34.24 | 29.08 | 4.97 | - |
| YUV | 140.93 | 64.84 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 29 | 0 | 0.39 | 0.86 | 0.18 | 33 | 0.76 | 0.47 |
| Hex | D1 | 80 | 1D | 0 | 27 | 56 | 12 | 21 | 4C | 2F |
| Octal | 321 | 200 | 35 | 0 | 47 | 126 | 22 | 41 | 114 | 57 |
| Binary | 11010001 | 10000000 | 11101 | 0 | 100111 | 1010110 | 10010 | 100001 | 1001100 | 101111 |
Color Harmonies of #D1801D
Complementary color
Monochromatic Colors of #D1801D
Black with #D1801D
Text Example
Text Example
White with #D1801D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1801D; }
p { color: rgb(209,128,29); }
H1.HeaderClassName
{
color: #D1801D;
}
.AnyTagClassName
{
color: #D1801D;
}
</style>
background-color css
<style>
a { background-color: #D1801D; }
a { background-color: rgb(209,128,29); }
div.DivClassName
{
background-color: #D1801D;
}
.BgClassName
{
background-color: #D1801D;
}
</style>
border-color css
<style>
span { border-color: #D1801D; }
span { border-color: rgb(209,128,29); }
td.TdClassName
{
border-color: #D1801D;
}
.TagClassName
{
border-color: #D1801D;
}
</style>