Shades of Ochre #D9761B
Tints of Ochre #D9761B
RGB
CMYK
RGB Variations
Color information
#D9761B (or 0xD9761B) is known color: Ochre. HEX triplet: D9, 76 and 1B. RGB value is (217,118,27). Sum of RGB (Red+Green+Blue) = 217+118+27=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D9761B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9761B is #2689E4. Grayscale: #898989. Windows color (decimal): -2525669 or 1799897. OLE color: 1799897.
HSL color Cylindrical-coordinate representation of color #D9761B: hue angle of 28.74º 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 #D9761B is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 27 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.15 |
| HSL | 28.74º | 0.78% | 0.48% | - |
| HSV(B) | 28.74º | 0.88% | 0.85% | - |
| XYZ | 35.29 | 27.79 | 4.54 | - |
| YUV | 137.23 | 65.8 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 27 | 0 | 0.46 | 0.88 | 0.15 | 28.74 | 0.78 | 0.48 |
| Hex | D9 | 76 | 1B | 0 | 2E | 58 | F | 1D | 4E | 30 |
| Octal | 331 | 166 | 33 | 0 | 56 | 130 | 17 | 35 | 116 | 60 |
| Binary | 11011001 | 1110110 | 11011 | 0 | 101110 | 1011000 | 1111 | 11101 | 1001110 | 110000 |
Color Harmonies of #D9761B
Complementary color
Monochromatic Colors of #D9761B
Black with #D9761B
Text Example
Text Example
White with #D9761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9761B; }
p { color: rgb(217,118,27); }
H1.HeaderClassName
{
color: #D9761B;
}
.AnyTagClassName
{
color: #D9761B;
}
</style>
background-color css
<style>
a { background-color: #D9761B; }
a { background-color: rgb(217,118,27); }
div.DivClassName
{
background-color: #D9761B;
}
.BgClassName
{
background-color: #D9761B;
}
</style>
border-color css
<style>
span { border-color: #D9761B; }
span { border-color: rgb(217,118,27); }
td.TdClassName
{
border-color: #D9761B;
}
.TagClassName
{
border-color: #D9761B;
}
</style>