Shades of Ochre #D8801B
Tints of Ochre #D8801B
RGB
CMYK
RGB Variations
Color information
#D8801B (or 0xD8801B) is known color: Ochre. HEX triplet: D8, 80 and 1B. RGB value is (216,128,27). Sum of RGB (Red+Green+Blue) = 216+128+27=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 27 (10.94% from 255 or 7.28% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D8801B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8801B is #277FE4. Grayscale: #8F8F8F. Windows color (decimal): -2588645 or 1802456. OLE color: 1802456.
HSL color Cylindrical-coordinate representation of color #D8801B: hue angle of 32.06º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8801B is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 128 | 27 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.15 |
| HSL | 32.06º | 0.78% | 0.48% | - |
| HSV(B) | 32.06º | 0.88% | 0.85% | - |
| XYZ | 36.24 | 30.12 | 4.94 | - |
| YUV | 142.8 | 62.65 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 128 | 27 | 0 | 0.41 | 0.88 | 0.15 | 32.06 | 0.78 | 0.48 |
| Hex | D8 | 80 | 1B | 0 | 29 | 58 | F | 20 | 4E | 30 |
| Octal | 330 | 200 | 33 | 0 | 51 | 130 | 17 | 40 | 116 | 60 |
| Binary | 11011000 | 10000000 | 11011 | 0 | 101001 | 1011000 | 1111 | 100000 | 1001110 | 110000 |
Color Harmonies of #D8801B
Complementary color
Monochromatic Colors of #D8801B
Black with #D8801B
Text Example
Text Example
White with #D8801B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8801B; }
p { color: rgb(216,128,27); }
H1.HeaderClassName
{
color: #D8801B;
}
.AnyTagClassName
{
color: #D8801B;
}
</style>
background-color css
<style>
a { background-color: #D8801B; }
a { background-color: rgb(216,128,27); }
div.DivClassName
{
background-color: #D8801B;
}
.BgClassName
{
background-color: #D8801B;
}
</style>
border-color css
<style>
span { border-color: #D8801B; }
span { border-color: rgb(216,128,27); }
td.TdClassName
{
border-color: #D8801B;
}
.TagClassName
{
border-color: #D8801B;
}
</style>