Shades of Ochre #D97A1F
Tints of Ochre #D97A1F
RGB
CMYK
RGB Variations
Color information
#D97A1F (or 0xD97A1F) is known color: Ochre. HEX triplet: D9, 7A and 1F. RGB value is (217,122,31). Sum of RGB (Red+Green+Blue) = 217+122+31=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 31 (12.5% from 255 or 8.38% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97A1F is #2685E0. Grayscale: #8C8C8C. Windows color (decimal): -2524641 or 2063065. OLE color: 2063065.
HSL color Cylindrical-coordinate representation of color #D97A1F: hue angle of 29.35º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D97A1F is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 122 | 31 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.15 |
| HSL | 29.35º | 0.75% | 0.49% | - |
| HSV(B) | 29.35º | 0.86% | 0.85% | - |
| XYZ | 35.82 | 28.77 | 4.96 | - |
| YUV | 140.03 | 66.47 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 122 | 31 | 0 | 0.44 | 0.86 | 0.15 | 29.35 | 0.75 | 0.49 |
| Hex | D9 | 7A | 1F | 0 | 2C | 56 | F | 1D | 4B | 31 |
| Octal | 331 | 172 | 37 | 0 | 54 | 126 | 17 | 35 | 113 | 61 |
| Binary | 11011001 | 1111010 | 11111 | 0 | 101100 | 1010110 | 1111 | 11101 | 1001011 | 110001 |
Color Harmonies of #D97A1F
Complementary color
Monochromatic Colors of #D97A1F
Black with #D97A1F
Text Example
Text Example
White with #D97A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97A1F; }
p { color: rgb(217,122,31); }
H1.HeaderClassName
{
color: #D97A1F;
}
.AnyTagClassName
{
color: #D97A1F;
}
</style>
background-color css
<style>
a { background-color: #D97A1F; }
a { background-color: rgb(217,122,31); }
div.DivClassName
{
background-color: #D97A1F;
}
.BgClassName
{
background-color: #D97A1F;
}
</style>
border-color css
<style>
span { border-color: #D97A1F; }
span { border-color: rgb(217,122,31); }
td.TdClassName
{
border-color: #D97A1F;
}
.TagClassName
{
border-color: #D97A1F;
}
</style>