Shades of Ochre #D7741F
Tints of Ochre #D7741F
RGB
CMYK
RGB Variations
Color information
#D7741F (or 0xD7741F) is known color: Ochre. HEX triplet: D7, 74 and 1F. RGB value is (215,116,31). Sum of RGB (Red+Green+Blue) = 215+116+31=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D7741F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7741F is #288BE0. Grayscale: #888888. Windows color (decimal): -2657249 or 2061527. OLE color: 2061527.
HSL color Cylindrical-coordinate representation of color #D7741F: hue angle of 27.72º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D7741F is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 116 | 31 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.16 |
| HSL | 27.72º | 0.75% | 0.48% | - |
| HSV(B) | 27.72º | 0.86% | 0.84% | - |
| XYZ | 34.52 | 27.04 | 4.7 | - |
| YUV | 135.91 | 68.8 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 116 | 31 | 0 | 0.46 | 0.86 | 0.16 | 27.72 | 0.75 | 0.48 |
| Hex | D7 | 74 | 1F | 0 | 2E | 56 | 10 | 1C | 4B | 30 |
| Octal | 327 | 164 | 37 | 0 | 56 | 126 | 20 | 34 | 113 | 60 |
| Binary | 11010111 | 1110100 | 11111 | 0 | 101110 | 1010110 | 10000 | 11100 | 1001011 | 110000 |
Color Harmonies of #D7741F
Complementary color
Monochromatic Colors of #D7741F
Black with #D7741F
Text Example
Text Example
White with #D7741F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7741F; }
p { color: rgb(215,116,31); }
H1.HeaderClassName
{
color: #D7741F;
}
.AnyTagClassName
{
color: #D7741F;
}
</style>
background-color css
<style>
a { background-color: #D7741F; }
a { background-color: rgb(215,116,31); }
div.DivClassName
{
background-color: #D7741F;
}
.BgClassName
{
background-color: #D7741F;
}
</style>
border-color css
<style>
span { border-color: #D7741F; }
span { border-color: rgb(215,116,31); }
td.TdClassName
{
border-color: #D7741F;
}
.TagClassName
{
border-color: #D7741F;
}
</style>