Shades of Ochre #D9781B
Tints of Ochre #D9781B
RGB
CMYK
RGB Variations
Color information
#D9781B (or 0xD9781B) is known color: Ochre. HEX triplet: D9, 78 and 1B. RGB value is (217,120,27). Sum of RGB (Red+Green+Blue) = 217+120+27=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D9781B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9781B is #2687E4. Grayscale: #8A8A8A. Windows color (decimal): -2525157 or 1800409. OLE color: 1800409.
HSL color Cylindrical-coordinate representation of color #D9781B: hue angle of 29.37º 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 #D9781B is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 120 | 27 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.15 |
| HSL | 29.37º | 0.78% | 0.48% | - |
| HSV(B) | 29.37º | 0.88% | 0.85% | - |
| XYZ | 35.53 | 28.26 | 4.62 | - |
| YUV | 138.4 | 65.14 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 27 | 0 | 0.45 | 0.88 | 0.15 | 29.37 | 0.78 | 0.48 |
| Hex | D9 | 78 | 1B | 0 | 2D | 58 | F | 1D | 4E | 30 |
| Octal | 331 | 170 | 33 | 0 | 55 | 130 | 17 | 35 | 116 | 60 |
| Binary | 11011001 | 1111000 | 11011 | 0 | 101101 | 1011000 | 1111 | 11101 | 1001110 | 110000 |
Color Harmonies of #D9781B
Complementary color
Monochromatic Colors of #D9781B
Black with #D9781B
Text Example
Text Example
White with #D9781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9781B; }
p { color: rgb(217,120,27); }
H1.HeaderClassName
{
color: #D9781B;
}
.AnyTagClassName
{
color: #D9781B;
}
</style>
background-color css
<style>
a { background-color: #D9781B; }
a { background-color: rgb(217,120,27); }
div.DivClassName
{
background-color: #D9781B;
}
.BgClassName
{
background-color: #D9781B;
}
</style>
border-color css
<style>
span { border-color: #D9781B; }
span { border-color: rgb(217,120,27); }
td.TdClassName
{
border-color: #D9781B;
}
.TagClassName
{
border-color: #D9781B;
}
</style>