Shades of Ochre #DD7D1B
Tints of Ochre #DD7D1B
RGB
CMYK
RGB Variations
Color information
#DD7D1B (or 0xDD7D1B) is known color: Ochre. HEX triplet: DD, 7D and 1B. RGB value is (221,125,27). Sum of RGB (Red+Green+Blue) = 221+125+27=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7D1B is #2282E4. Grayscale: #8F8F8F. Windows color (decimal): -2261733 or 1801693. OLE color: 1801693.
HSL color Cylindrical-coordinate representation of color #DD7D1B: hue angle of 30.31º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD7D1B is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 27 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.13 |
| HSL | 30.31º | 0.78% | 0.49% | - |
| HSV(B) | 30.31º | 0.88% | 0.87% | - |
| XYZ | 37.35 | 30.12 | 4.88 | - |
| YUV | 142.53 | 62.8 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 27 | 0 | 0.43 | 0.88 | 0.13 | 30.31 | 0.78 | 0.49 |
| Hex | DD | 7D | 1B | 0 | 2B | 58 | D | 1E | 4E | 31 |
| Octal | 335 | 175 | 33 | 0 | 53 | 130 | 15 | 36 | 116 | 61 |
| Binary | 11011101 | 1111101 | 11011 | 0 | 101011 | 1011000 | 1101 | 11110 | 1001110 | 110001 |
Color Harmonies of #DD7D1B
Complementary color
Monochromatic Colors of #DD7D1B
Black with #DD7D1B
Text Example
Text Example
White with #DD7D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7D1B; }
p { color: rgb(221,125,27); }
H1.HeaderClassName
{
color: #DD7D1B;
}
.AnyTagClassName
{
color: #DD7D1B;
}
</style>
background-color css
<style>
a { background-color: #DD7D1B; }
a { background-color: rgb(221,125,27); }
div.DivClassName
{
background-color: #DD7D1B;
}
.BgClassName
{
background-color: #DD7D1B;
}
</style>
border-color css
<style>
span { border-color: #DD7D1B; }
span { border-color: rgb(221,125,27); }
td.TdClassName
{
border-color: #DD7D1B;
}
.TagClassName
{
border-color: #DD7D1B;
}
</style>