Shades of Ochre #DD811B
Tints of Ochre #DD811B
RGB
CMYK
RGB Variations
Color information
#DD811B (or 0xDD811B) is known color: Ochre. HEX triplet: DD, 81 and 1B. RGB value is (221,129,27). Sum of RGB (Red+Green+Blue) = 221+129+27=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 27 (10.94% from 255 or 7.16% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD811B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD811B is #227EE4. Grayscale: #919191. Windows color (decimal): -2260709 or 1802717. OLE color: 1802717.
HSL color Cylindrical-coordinate representation of color #DD811B: hue angle of 31.55º 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 #DD811B is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 27 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.13 |
| HSL | 31.55º | 0.78% | 0.49% | - |
| HSV(B) | 31.55º | 0.88% | 0.87% | - |
| XYZ | 37.87 | 31.15 | 5.05 | - |
| YUV | 144.88 | 61.48 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 27 | 0 | 0.42 | 0.88 | 0.13 | 31.55 | 0.78 | 0.49 |
| Hex | DD | 81 | 1B | 0 | 2A | 58 | D | 20 | 4E | 31 |
| Octal | 335 | 201 | 33 | 0 | 52 | 130 | 15 | 40 | 116 | 61 |
| Binary | 11011101 | 10000001 | 11011 | 0 | 101010 | 1011000 | 1101 | 100000 | 1001110 | 110001 |
Color Harmonies of #DD811B
Complementary color
Monochromatic Colors of #DD811B
Black with #DD811B
Text Example
Text Example
White with #DD811B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD811B; }
p { color: rgb(221,129,27); }
H1.HeaderClassName
{
color: #DD811B;
}
.AnyTagClassName
{
color: #DD811B;
}
</style>
background-color css
<style>
a { background-color: #DD811B; }
a { background-color: rgb(221,129,27); }
div.DivClassName
{
background-color: #DD811B;
}
.BgClassName
{
background-color: #DD811B;
}
</style>
border-color css
<style>
span { border-color: #DD811B; }
span { border-color: rgb(221,129,27); }
td.TdClassName
{
border-color: #DD811B;
}
.TagClassName
{
border-color: #DD811B;
}
</style>