Shades of Ochre #D9761E
Tints of Ochre #D9761E
RGB
CMYK
RGB Variations
Color information
#D9761E (or 0xD9761E) is known color: Ochre. HEX triplet: D9, 76 and 1E. RGB value is (217,118,30). Sum of RGB (Red+Green+Blue) = 217+118+30=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D9761E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9761E is #2689E1. Grayscale: #8A8A8A. Windows color (decimal): -2525666 or 1996505. OLE color: 1996505.
HSL color Cylindrical-coordinate representation of color #D9761E: hue angle of 28.24º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9761E is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 30 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.15 |
| HSL | 28.24º | 0.76% | 0.48% | - |
| HSV(B) | 28.24º | 0.86% | 0.85% | - |
| XYZ | 35.33 | 27.8 | 4.73 | - |
| YUV | 137.57 | 67.3 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 30 | 0 | 0.46 | 0.86 | 0.15 | 28.24 | 0.76 | 0.48 |
| Hex | D9 | 76 | 1E | 0 | 2E | 56 | F | 1C | 4C | 30 |
| Octal | 331 | 166 | 36 | 0 | 56 | 126 | 17 | 34 | 114 | 60 |
| Binary | 11011001 | 1110110 | 11110 | 0 | 101110 | 1010110 | 1111 | 11100 | 1001100 | 110000 |
Color Harmonies of #D9761E
Complementary color
Monochromatic Colors of #D9761E
Black with #D9761E
Text Example
Text Example
White with #D9761E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9761E; }
p { color: rgb(217,118,30); }
H1.HeaderClassName
{
color: #D9761E;
}
.AnyTagClassName
{
color: #D9761E;
}
</style>
background-color css
<style>
a { background-color: #D9761E; }
a { background-color: rgb(217,118,30); }
div.DivClassName
{
background-color: #D9761E;
}
.BgClassName
{
background-color: #D9761E;
}
</style>
border-color css
<style>
span { border-color: #D9761E; }
span { border-color: rgb(217,118,30); }
td.TdClassName
{
border-color: #D9761E;
}
.TagClassName
{
border-color: #D9761E;
}
</style>