Shades of Ochre #DD7817
Tints of Ochre #DD7817
RGB
CMYK
RGB Variations
Color information
#DD7817 (or 0xDD7817) is known color: Ochre. HEX triplet: DD, 78 and 17. RGB value is (221,120,23). Sum of RGB (Red+Green+Blue) = 221+120+23=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 23 (9.38% from 255 or 6.32% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7817 is #2287E8. Grayscale: #8B8B8B. Windows color (decimal): -2263017 or 1538269. OLE color: 1538269.
HSL color Cylindrical-coordinate representation of color #DD7817: hue angle of 29.39º 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 #DD7817 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 23 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.13 |
| HSL | 29.39º | 0.81% | 0.48% | - |
| HSV(B) | 29.39º | 0.9% | 0.87% | - |
| XYZ | 36.69 | 28.87 | 4.45 | - |
| YUV | 139.14 | 62.46 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 23 | 0 | 0.46 | 0.90 | 0.13 | 29.39 | 0.81 | 0.48 |
| Hex | DD | 78 | 17 | 0 | 2E | 5A | D | 1D | 51 | 30 |
| Octal | 335 | 170 | 27 | 0 | 56 | 132 | 15 | 35 | 121 | 60 |
| Binary | 11011101 | 1111000 | 10111 | 0 | 101110 | 1011010 | 1101 | 11101 | 1010001 | 110000 |
Color Harmonies of #DD7817
Complementary color
Monochromatic Colors of #DD7817
Black with #DD7817
Text Example
Text Example
White with #DD7817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7817; }
p { color: rgb(221,120,23); }
H1.HeaderClassName
{
color: #DD7817;
}
.AnyTagClassName
{
color: #DD7817;
}
</style>
background-color css
<style>
a { background-color: #DD7817; }
a { background-color: rgb(221,120,23); }
div.DivClassName
{
background-color: #DD7817;
}
.BgClassName
{
background-color: #DD7817;
}
</style>
border-color css
<style>
span { border-color: #DD7817; }
span { border-color: rgb(221,120,23); }
td.TdClassName
{
border-color: #DD7817;
}
.TagClassName
{
border-color: #DD7817;
}
</style>