Shades of Ochre #DD7F1F
Tints of Ochre #DD7F1F
RGB
CMYK
RGB Variations
Color information
#DD7F1F (or 0xDD7F1F) is known color: Ochre. HEX triplet: DD, 7F and 1F. RGB value is (221,127,31). Sum of RGB (Red+Green+Blue) = 221+127+31=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 31 (12.5% from 255 or 8.18% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7F1F is #2280E0. Grayscale: #909090. Windows color (decimal): -2261217 or 2064349. OLE color: 2064349.
HSL color Cylindrical-coordinate representation of color #DD7F1F: hue angle of 30.32º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD7F1F is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 31 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.13 |
| HSL | 30.32º | 0.75% | 0.49% | - |
| HSV(B) | 30.32º | 0.86% | 0.87% | - |
| XYZ | 37.66 | 30.65 | 5.23 | - |
| YUV | 144.16 | 64.14 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 31 | 0 | 0.43 | 0.86 | 0.13 | 30.32 | 0.75 | 0.49 |
| Hex | DD | 7F | 1F | 0 | 2B | 56 | D | 1E | 4B | 31 |
| Octal | 335 | 177 | 37 | 0 | 53 | 126 | 15 | 36 | 113 | 61 |
| Binary | 11011101 | 1111111 | 11111 | 0 | 101011 | 1010110 | 1101 | 11110 | 1001011 | 110001 |
Color Harmonies of #DD7F1F
Complementary color
Monochromatic Colors of #DD7F1F
Black with #DD7F1F
Text Example
Text Example
White with #DD7F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7F1F; }
p { color: rgb(221,127,31); }
H1.HeaderClassName
{
color: #DD7F1F;
}
.AnyTagClassName
{
color: #DD7F1F;
}
</style>
background-color css
<style>
a { background-color: #DD7F1F; }
a { background-color: rgb(221,127,31); }
div.DivClassName
{
background-color: #DD7F1F;
}
.BgClassName
{
background-color: #DD7F1F;
}
</style>
border-color css
<style>
span { border-color: #DD7F1F; }
span { border-color: rgb(221,127,31); }
td.TdClassName
{
border-color: #DD7F1F;
}
.TagClassName
{
border-color: #DD7F1F;
}
</style>