Shades of Ochre #D9761D
Tints of Ochre #D9761D
RGB
CMYK
RGB Variations
Color information
#D9761D (or 0xD9761D) is known color: Ochre. HEX triplet: D9, 76 and 1D. RGB value is (217,118,29). Sum of RGB (Red+Green+Blue) = 217+118+29=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D9761D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9761D is #2689E2. Grayscale: #898989. Windows color (decimal): -2525667 or 1930969. OLE color: 1930969.
HSL color Cylindrical-coordinate representation of color #D9761D: hue angle of 28.4º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9761D is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 29 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.15 |
| HSL | 28.4º | 0.76% | 0.48% | - |
| HSV(B) | 28.4º | 0.87% | 0.85% | - |
| XYZ | 35.32 | 27.8 | 4.67 | - |
| YUV | 137.46 | 66.8 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 29 | 0 | 0.46 | 0.87 | 0.15 | 28.4 | 0.76 | 0.48 |
| Hex | D9 | 76 | 1D | 0 | 2E | 57 | F | 1C | 4C | 30 |
| Octal | 331 | 166 | 35 | 0 | 56 | 127 | 17 | 34 | 114 | 60 |
| Binary | 11011001 | 1110110 | 11101 | 0 | 101110 | 1010111 | 1111 | 11100 | 1001100 | 110000 |
Color Harmonies of #D9761D
Complementary color
Monochromatic Colors of #D9761D
Black with #D9761D
Text Example
Text Example
White with #D9761D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9761D; }
p { color: rgb(217,118,29); }
H1.HeaderClassName
{
color: #D9761D;
}
.AnyTagClassName
{
color: #D9761D;
}
</style>
background-color css
<style>
a { background-color: #D9761D; }
a { background-color: rgb(217,118,29); }
div.DivClassName
{
background-color: #D9761D;
}
.BgClassName
{
background-color: #D9761D;
}
</style>
border-color css
<style>
span { border-color: #D9761D; }
span { border-color: rgb(217,118,29); }
td.TdClassName
{
border-color: #D9761D;
}
.TagClassName
{
border-color: #D9761D;
}
</style>