Shades of Ochre #D27428
Tints of Ochre #D27428
RGB
CMYK
RGB Variations
Color information
#D27428 (or 0xD27428) is known color: Ochre. HEX triplet: D2, 74 and 28. RGB value is (210,116,40). Sum of RGB (Red+Green+Blue) = 210+116+40=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D27428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27428 is #2D8BD7. Grayscale: #878787. Windows color (decimal): -2984920 or 2651346. OLE color: 2651346.
HSL color Cylindrical-coordinate representation of color #D27428: hue angle of 26.82º 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 #D27428 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 40 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.18 |
| HSL | 26.82º | 0.68% | 0.49% | - |
| HSV(B) | 26.82º | 0.81% | 0.82% | - |
| XYZ | 33.21 | 26.35 | 5.34 | - |
| YUV | 135.44 | 74.14 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 40 | 0 | 0.45 | 0.81 | 0.18 | 26.82 | 0.68 | 0.49 |
| Hex | D2 | 74 | 28 | 0 | 2D | 51 | 12 | 1B | 44 | 31 |
| Octal | 322 | 164 | 50 | 0 | 55 | 121 | 22 | 33 | 104 | 61 |
| Binary | 11010010 | 1110100 | 101000 | 0 | 101101 | 1010001 | 10010 | 11011 | 1000100 | 110001 |
Color Harmonies of #D27428
Complementary color
Monochromatic Colors of #D27428
Black with #D27428
Text Example
Text Example
White with #D27428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27428; }
p { color: rgb(210,116,40); }
H1.HeaderClassName
{
color: #D27428;
}
.AnyTagClassName
{
color: #D27428;
}
</style>
background-color css
<style>
a { background-color: #D27428; }
a { background-color: rgb(210,116,40); }
div.DivClassName
{
background-color: #D27428;
}
.BgClassName
{
background-color: #D27428;
}
</style>
border-color css
<style>
span { border-color: #D27428; }
span { border-color: rgb(210,116,40); }
td.TdClassName
{
border-color: #D27428;
}
.TagClassName
{
border-color: #D27428;
}
</style>