Shades of Ochre #DD7D1D
Tints of Ochre #DD7D1D
RGB
CMYK
RGB Variations
Color information
#DD7D1D (or 0xDD7D1D) is known color: Ochre. HEX triplet: DD, 7D and 1D. RGB value is (221,125,29). Sum of RGB (Red+Green+Blue) = 221+125+29=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7D1D is #2282E2. Grayscale: #8F8F8F. Windows color (decimal): -2261731 or 1932765. OLE color: 1932765.
HSL color Cylindrical-coordinate representation of color #DD7D1D: hue angle of 30º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD7D1D is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 29 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.13 |
| HSL | 30º | 0.77% | 0.49% | - |
| HSV(B) | 30º | 0.87% | 0.87% | - |
| XYZ | 37.37 | 30.13 | 5.01 | - |
| YUV | 142.76 | 63.8 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 29 | 0 | 0.43 | 0.87 | 0.13 | 30 | 0.77 | 0.49 |
| Hex | DD | 7D | 1D | 0 | 2B | 57 | D | 1E | 4D | 31 |
| Octal | 335 | 175 | 35 | 0 | 53 | 127 | 15 | 36 | 115 | 61 |
| Binary | 11011101 | 1111101 | 11101 | 0 | 101011 | 1010111 | 1101 | 11110 | 1001101 | 110001 |
Color Harmonies of #DD7D1D
Complementary color
Monochromatic Colors of #DD7D1D
Black with #DD7D1D
Text Example
Text Example
White with #DD7D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7D1D; }
p { color: rgb(221,125,29); }
H1.HeaderClassName
{
color: #DD7D1D;
}
.AnyTagClassName
{
color: #DD7D1D;
}
</style>
background-color css
<style>
a { background-color: #DD7D1D; }
a { background-color: rgb(221,125,29); }
div.DivClassName
{
background-color: #DD7D1D;
}
.BgClassName
{
background-color: #DD7D1D;
}
</style>
border-color css
<style>
span { border-color: #DD7D1D; }
span { border-color: rgb(221,125,29); }
td.TdClassName
{
border-color: #DD7D1D;
}
.TagClassName
{
border-color: #DD7D1D;
}
</style>