Shades of Ochre #D37817
Tints of Ochre #D37817
RGB
CMYK
RGB Variations
Color information
#D37817 (or 0xD37817) is known color: Ochre. HEX triplet: D3, 78 and 17. RGB value is (211,120,23). Sum of RGB (Red+Green+Blue) = 211+120+23=354 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.60% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 23 (9.38% from 255 or 6.50% from 354); Max value from RGB is 211 - color contains mainly: red. Hex color #D37817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37817 is #2C87E8. Grayscale: #888888. Windows color (decimal): -2918377 or 1538259. OLE color: 1538259.
HSL color Cylindrical-coordinate representation of color #D37817: hue angle of 30.96º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D37817 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 120 | 23 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.17 |
| HSL | 30.96º | 0.8% | 0.46% | - |
| HSV(B) | 30.96º | 0.89% | 0.83% | - |
| XYZ | 33.74 | 27.34 | 4.31 | - |
| YUV | 136.15 | 64.15 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 120 | 23 | 0 | 0.43 | 0.89 | 0.17 | 30.96 | 0.8 | 0.46 |
| Hex | D3 | 78 | 17 | 0 | 2B | 59 | 11 | 1F | 50 | 2E |
| Octal | 323 | 170 | 27 | 0 | 53 | 131 | 21 | 37 | 120 | 56 |
| Binary | 11010011 | 1111000 | 10111 | 0 | 101011 | 1011001 | 10001 | 11111 | 1010000 | 101110 |
Color Harmonies of #D37817
Complementary color
Monochromatic Colors of #D37817
Black with #D37817
Text Example
Text Example
White with #D37817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37817; }
p { color: rgb(211,120,23); }
H1.HeaderClassName
{
color: #D37817;
}
.AnyTagClassName
{
color: #D37817;
}
</style>
background-color css
<style>
a { background-color: #D37817; }
a { background-color: rgb(211,120,23); }
div.DivClassName
{
background-color: #D37817;
}
.BgClassName
{
background-color: #D37817;
}
</style>
border-color css
<style>
span { border-color: #D37817; }
span { border-color: rgb(211,120,23); }
td.TdClassName
{
border-color: #D37817;
}
.TagClassName
{
border-color: #D37817;
}
</style>