Shades of Ochre #D27419
Tints of Ochre #D27419
RGB
CMYK
RGB Variations
Color information
#D27419 (or 0xD27419) is known color: Ochre. HEX triplet: D2, 74 and 19. RGB value is (210,116,25). Sum of RGB (Red+Green+Blue) = 210+116+25=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D27419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27419 is #2D8BE6. Grayscale: #868686. Windows color (decimal): -2984935 or 1668306. OLE color: 1668306.
HSL color Cylindrical-coordinate representation of color #D27419: hue angle of 29.51º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D27419 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 25 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.18 |
| HSL | 29.51º | 0.79% | 0.46% | - |
| HSV(B) | 29.51º | 0.88% | 0.82% | - |
| XYZ | 33 | 26.26 | 4.25 | - |
| YUV | 133.73 | 66.64 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 25 | 0 | 0.45 | 0.88 | 0.18 | 29.51 | 0.79 | 0.46 |
| Hex | D2 | 74 | 19 | 0 | 2D | 58 | 12 | 1E | 4F | 2E |
| Octal | 322 | 164 | 31 | 0 | 55 | 130 | 22 | 36 | 117 | 56 |
| Binary | 11010010 | 1110100 | 11001 | 0 | 101101 | 1011000 | 10010 | 11110 | 1001111 | 101110 |
Color Harmonies of #D27419
Complementary color
Monochromatic Colors of #D27419
Black with #D27419
Text Example
Text Example
White with #D27419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27419; }
p { color: rgb(210,116,25); }
H1.HeaderClassName
{
color: #D27419;
}
.AnyTagClassName
{
color: #D27419;
}
</style>
background-color css
<style>
a { background-color: #D27419; }
a { background-color: rgb(210,116,25); }
div.DivClassName
{
background-color: #D27419;
}
.BgClassName
{
background-color: #D27419;
}
</style>
border-color css
<style>
span { border-color: #D27419; }
span { border-color: rgb(210,116,25); }
td.TdClassName
{
border-color: #D27419;
}
.TagClassName
{
border-color: #D27419;
}
</style>