Shades of Ochre #DD7E17
Tints of Ochre #DD7E17
RGB
CMYK
RGB Variations
Color information
#DD7E17 (or 0xDD7E17) is known color: Ochre. HEX triplet: DD, 7E and 17. RGB value is (221,126,23). Sum of RGB (Red+Green+Blue) = 221+126+23=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 23 (9.38% from 255 or 6.22% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7E17 is #2281E8. Grayscale: #8F8F8F. Windows color (decimal): -2261481 or 1539805. OLE color: 1539805.
HSL color Cylindrical-coordinate representation of color #DD7E17: hue angle of 31.21º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD7E17 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 23 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.13 |
| HSL | 31.21º | 0.81% | 0.48% | - |
| HSV(B) | 31.21º | 0.9% | 0.87% | - |
| XYZ | 37.43 | 30.36 | 4.7 | - |
| YUV | 142.66 | 60.47 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 23 | 0 | 0.43 | 0.90 | 0.13 | 31.21 | 0.81 | 0.48 |
| Hex | DD | 7E | 17 | 0 | 2B | 5A | D | 1F | 51 | 30 |
| Octal | 335 | 176 | 27 | 0 | 53 | 132 | 15 | 37 | 121 | 60 |
| Binary | 11011101 | 1111110 | 10111 | 0 | 101011 | 1011010 | 1101 | 11111 | 1010001 | 110000 |
Color Harmonies of #DD7E17
Complementary color
Monochromatic Colors of #DD7E17
Black with #DD7E17
Text Example
Text Example
White with #DD7E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E17; }
p { color: rgb(221,126,23); }
H1.HeaderClassName
{
color: #DD7E17;
}
.AnyTagClassName
{
color: #DD7E17;
}
</style>
background-color css
<style>
a { background-color: #DD7E17; }
a { background-color: rgb(221,126,23); }
div.DivClassName
{
background-color: #DD7E17;
}
.BgClassName
{
background-color: #DD7E17;
}
</style>
border-color css
<style>
span { border-color: #DD7E17; }
span { border-color: rgb(221,126,23); }
td.TdClassName
{
border-color: #DD7E17;
}
.TagClassName
{
border-color: #DD7E17;
}
</style>