Shades of Ochre #DD8115
Tints of Ochre #DD8115
RGB
CMYK
RGB Variations
Color information
#DD8115 (or 0xDD8115) is known color: Ochre. HEX triplet: DD, 81 and 15. RGB value is (221,129,21). Sum of RGB (Red+Green+Blue) = 221+129+21=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8115 is #227EEA. Grayscale: #909090. Windows color (decimal): -2260715 or 1409501. OLE color: 1409501.
HSL color Cylindrical-coordinate representation of color #DD8115: hue angle of 32.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD8115 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 21 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.13 |
| HSL | 32.4º | 0.83% | 0.47% | - |
| HSV(B) | 32.4º | 0.9% | 0.87% | - |
| XYZ | 37.8 | 31.13 | 4.73 | - |
| YUV | 144.2 | 58.48 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 21 | 0 | 0.42 | 0.90 | 0.13 | 32.4 | 0.83 | 0.47 |
| Hex | DD | 81 | 15 | 0 | 2A | 5A | D | 20 | 53 | 2F |
| Octal | 335 | 201 | 25 | 0 | 52 | 132 | 15 | 40 | 123 | 57 |
| Binary | 11011101 | 10000001 | 10101 | 0 | 101010 | 1011010 | 1101 | 100000 | 1010011 | 101111 |
Color Harmonies of #DD8115
Complementary color
Monochromatic Colors of #DD8115
Black with #DD8115
Text Example
Text Example
White with #DD8115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8115; }
p { color: rgb(221,129,21); }
H1.HeaderClassName
{
color: #DD8115;
}
.AnyTagClassName
{
color: #DD8115;
}
</style>
background-color css
<style>
a { background-color: #DD8115; }
a { background-color: rgb(221,129,21); }
div.DivClassName
{
background-color: #DD8115;
}
.BgClassName
{
background-color: #DD8115;
}
</style>
border-color css
<style>
span { border-color: #DD8115; }
span { border-color: rgb(221,129,21); }
td.TdClassName
{
border-color: #DD8115;
}
.TagClassName
{
border-color: #DD8115;
}
</style>