Shades of Ochre #DD7D19
Tints of Ochre #DD7D19
RGB
CMYK
RGB Variations
Color information
#DD7D19 (or 0xDD7D19) is known color: Ochre. HEX triplet: DD, 7D and 19. RGB value is (221,125,25). Sum of RGB (Red+Green+Blue) = 221+125+25=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 25 (10.16% from 255 or 6.74% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7D19 is #2282E6. Grayscale: #8E8E8E. Windows color (decimal): -2261735 or 1670621. OLE color: 1670621.
HSL color Cylindrical-coordinate representation of color #DD7D19: hue angle of 30.61º 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 #DD7D19 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 25 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.13 |
| HSL | 30.61º | 0.8% | 0.48% | - |
| HSV(B) | 30.61º | 0.89% | 0.87% | - |
| XYZ | 37.33 | 30.11 | 4.76 | - |
| YUV | 142.3 | 61.8 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 25 | 0 | 0.43 | 0.89 | 0.13 | 30.61 | 0.8 | 0.48 |
| Hex | DD | 7D | 19 | 0 | 2B | 59 | D | 1F | 50 | 30 |
| Octal | 335 | 175 | 31 | 0 | 53 | 131 | 15 | 37 | 120 | 60 |
| Binary | 11011101 | 1111101 | 11001 | 0 | 101011 | 1011001 | 1101 | 11111 | 1010000 | 110000 |
Color Harmonies of #DD7D19
Complementary color
Monochromatic Colors of #DD7D19
Black with #DD7D19
Text Example
Text Example
White with #DD7D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7D19; }
p { color: rgb(221,125,25); }
H1.HeaderClassName
{
color: #DD7D19;
}
.AnyTagClassName
{
color: #DD7D19;
}
</style>
background-color css
<style>
a { background-color: #DD7D19; }
a { background-color: rgb(221,125,25); }
div.DivClassName
{
background-color: #DD7D19;
}
.BgClassName
{
background-color: #DD7D19;
}
</style>
border-color css
<style>
span { border-color: #DD7D19; }
span { border-color: rgb(221,125,25); }
td.TdClassName
{
border-color: #DD7D19;
}
.TagClassName
{
border-color: #DD7D19;
}
</style>