Shades of Ochre #D27317
Tints of Ochre #D27317
RGB
CMYK
RGB Variations
Color information
#D27317 (or 0xD27317) is known color: Ochre. HEX triplet: D2, 73 and 17. RGB value is (210,115,23). Sum of RGB (Red+Green+Blue) = 210+115+23=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D27317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27317 is #2D8CE8. Grayscale: #858585. Windows color (decimal): -2985193 or 1536978. OLE color: 1536978.
HSL color Cylindrical-coordinate representation of color #D27317: hue angle of 29.52º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D27317 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 23 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.18 |
| HSL | 29.52º | 0.8% | 0.46% | - |
| HSV(B) | 29.52º | 0.89% | 0.82% | - |
| XYZ | 32.86 | 26.02 | 4.1 | - |
| YUV | 132.92 | 65.97 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 23 | 0 | 0.45 | 0.89 | 0.18 | 29.52 | 0.8 | 0.46 |
| Hex | D2 | 73 | 17 | 0 | 2D | 59 | 12 | 1E | 50 | 2E |
| Octal | 322 | 163 | 27 | 0 | 55 | 131 | 22 | 36 | 120 | 56 |
| Binary | 11010010 | 1110011 | 10111 | 0 | 101101 | 1011001 | 10010 | 11110 | 1010000 | 101110 |
Color Harmonies of #D27317
Complementary color
Monochromatic Colors of #D27317
Black with #D27317
Text Example
Text Example
White with #D27317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27317; }
p { color: rgb(210,115,23); }
H1.HeaderClassName
{
color: #D27317;
}
.AnyTagClassName
{
color: #D27317;
}
</style>
background-color css
<style>
a { background-color: #D27317; }
a { background-color: rgb(210,115,23); }
div.DivClassName
{
background-color: #D27317;
}
.BgClassName
{
background-color: #D27317;
}
</style>
border-color css
<style>
span { border-color: #D27317; }
span { border-color: rgb(210,115,23); }
td.TdClassName
{
border-color: #D27317;
}
.TagClassName
{
border-color: #D27317;
}
</style>