Shades of Ochre #DD8019
Tints of Ochre #DD8019
RGB
CMYK
RGB Variations
Color information
#DD8019 (or 0xDD8019) is known color: Ochre. HEX triplet: DD, 80 and 19. RGB value is (221,128,25). Sum of RGB (Red+Green+Blue) = 221+128+25=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 25 (10.16% from 255 or 6.68% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8019 is #227FE6. Grayscale: #909090. Windows color (decimal): -2260967 or 1671389. OLE color: 1671389.
HSL color Cylindrical-coordinate representation of color #DD8019: hue angle of 31.53º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD8019 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 25 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.13 |
| HSL | 31.53º | 0.8% | 0.48% | - |
| HSV(B) | 31.53º | 0.89% | 0.87% | - |
| XYZ | 37.71 | 30.88 | 4.89 | - |
| YUV | 144.07 | 60.81 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 25 | 0 | 0.42 | 0.89 | 0.13 | 31.53 | 0.8 | 0.48 |
| Hex | DD | 80 | 19 | 0 | 2A | 59 | D | 20 | 50 | 30 |
| Octal | 335 | 200 | 31 | 0 | 52 | 131 | 15 | 40 | 120 | 60 |
| Binary | 11011101 | 10000000 | 11001 | 0 | 101010 | 1011001 | 1101 | 100000 | 1010000 | 110000 |
Color Harmonies of #DD8019
Complementary color
Monochromatic Colors of #DD8019
Black with #DD8019
Text Example
Text Example
White with #DD8019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8019; }
p { color: rgb(221,128,25); }
H1.HeaderClassName
{
color: #DD8019;
}
.AnyTagClassName
{
color: #DD8019;
}
</style>
background-color css
<style>
a { background-color: #DD8019; }
a { background-color: rgb(221,128,25); }
div.DivClassName
{
background-color: #DD8019;
}
.BgClassName
{
background-color: #DD8019;
}
</style>
border-color css
<style>
span { border-color: #DD8019; }
span { border-color: rgb(221,128,25); }
td.TdClassName
{
border-color: #DD8019;
}
.TagClassName
{
border-color: #DD8019;
}
</style>