Shades of Ochre #DD8018
Tints of Ochre #DD8018
RGB
CMYK
RGB Variations
Color information
#DD8018 (or 0xDD8018) is known color: Ochre. HEX triplet: DD, 80 and 18. RGB value is (221,128,24). Sum of RGB (Red+Green+Blue) = 221+128+24=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 24 (9.77% from 255 or 6.43% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8018 is #227FE7. Grayscale: #909090. Windows color (decimal): -2260968 or 1605853. OLE color: 1605853.
HSL color Cylindrical-coordinate representation of color #DD8018: hue angle of 31.68º 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 #DD8018 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 24 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.13 |
| HSL | 31.68º | 0.8% | 0.48% | - |
| HSV(B) | 31.68º | 0.89% | 0.87% | - |
| XYZ | 37.7 | 30.88 | 4.84 | - |
| YUV | 143.95 | 60.31 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 24 | 0 | 0.42 | 0.89 | 0.13 | 31.68 | 0.8 | 0.48 |
| Hex | DD | 80 | 18 | 0 | 2A | 59 | D | 20 | 50 | 30 |
| Octal | 335 | 200 | 30 | 0 | 52 | 131 | 15 | 40 | 120 | 60 |
| Binary | 11011101 | 10000000 | 11000 | 0 | 101010 | 1011001 | 1101 | 100000 | 1010000 | 110000 |
Color Harmonies of #DD8018
Complementary color
Monochromatic Colors of #DD8018
Black with #DD8018
Text Example
Text Example
White with #DD8018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8018; }
p { color: rgb(221,128,24); }
H1.HeaderClassName
{
color: #DD8018;
}
.AnyTagClassName
{
color: #DD8018;
}
</style>
background-color css
<style>
a { background-color: #DD8018; }
a { background-color: rgb(221,128,24); }
div.DivClassName
{
background-color: #DD8018;
}
.BgClassName
{
background-color: #DD8018;
}
</style>
border-color css
<style>
span { border-color: #DD8018; }
span { border-color: rgb(221,128,24); }
td.TdClassName
{
border-color: #DD8018;
}
.TagClassName
{
border-color: #DD8018;
}
</style>