Shades of Ochre #D17428
Tints of Ochre #D17428
RGB
CMYK
RGB Variations
Color information
#D17428 (or 0xD17428) is known color: Ochre. HEX triplet: D1, 74 and 28. RGB value is (209,116,40). Sum of RGB (Red+Green+Blue) = 209+116+40=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D17428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17428 is #2E8BD7. Grayscale: #878787. Windows color (decimal): -3050456 or 2651345. OLE color: 2651345.
HSL color Cylindrical-coordinate representation of color #D17428: hue angle of 26.98º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D17428 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 40 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.18 |
| HSL | 26.98º | 0.68% | 0.49% | - |
| HSV(B) | 26.98º | 0.81% | 0.82% | - |
| XYZ | 32.92 | 26.2 | 5.33 | - |
| YUV | 135.14 | 74.31 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 40 | 0 | 0.44 | 0.81 | 0.18 | 26.98 | 0.68 | 0.49 |
| Hex | D1 | 74 | 28 | 0 | 2C | 51 | 12 | 1B | 44 | 31 |
| Octal | 321 | 164 | 50 | 0 | 54 | 121 | 22 | 33 | 104 | 61 |
| Binary | 11010001 | 1110100 | 101000 | 0 | 101100 | 1010001 | 10010 | 11011 | 1000100 | 110001 |
Color Harmonies of #D17428
Complementary color
Monochromatic Colors of #D17428
Black with #D17428
Text Example
Text Example
White with #D17428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17428; }
p { color: rgb(209,116,40); }
H1.HeaderClassName
{
color: #D17428;
}
.AnyTagClassName
{
color: #D17428;
}
</style>
background-color css
<style>
a { background-color: #D17428; }
a { background-color: rgb(209,116,40); }
div.DivClassName
{
background-color: #D17428;
}
.BgClassName
{
background-color: #D17428;
}
</style>
border-color css
<style>
span { border-color: #D17428; }
span { border-color: rgb(209,116,40); }
td.TdClassName
{
border-color: #D17428;
}
.TagClassName
{
border-color: #D17428;
}
</style>