Shades of Ochre #D28614
Tints of Ochre #D28614
RGB
CMYK
RGB Variations
Color information
#D28614 (or 0xD28614) is known color: Ochre. HEX triplet: D2, 86 and 14. RGB value is (210,134,20). Sum of RGB (Red+Green+Blue) = 210+134+20=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D28614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28614 is #2D79EB. Grayscale: #909090. Windows color (decimal): -2980332 or 1345234. OLE color: 1345234.
HSL color Cylindrical-coordinate representation of color #D28614: hue angle of 36º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D28614 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 134 | 20 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.18 |
| HSL | 36º | 0.83% | 0.45% | - |
| HSV(B) | 36º | 0.9% | 0.82% | - |
| XYZ | 35.23 | 30.8 | 4.75 | - |
| YUV | 143.73 | 58.18 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 20 | 0 | 0.36 | 0.90 | 0.18 | 36 | 0.83 | 0.45 |
| Hex | D2 | 86 | 14 | 0 | 24 | 5A | 12 | 24 | 53 | 2D |
| Octal | 322 | 206 | 24 | 0 | 44 | 132 | 22 | 44 | 123 | 55 |
| Binary | 11010010 | 10000110 | 10100 | 0 | 100100 | 1011010 | 10010 | 100100 | 1010011 | 101101 |
Color Harmonies of #D28614
Complementary color
Monochromatic Colors of #D28614
Black with #D28614
Text Example
Text Example
White with #D28614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28614; }
p { color: rgb(210,134,20); }
H1.HeaderClassName
{
color: #D28614;
}
.AnyTagClassName
{
color: #D28614;
}
</style>
background-color css
<style>
a { background-color: #D28614; }
a { background-color: rgb(210,134,20); }
div.DivClassName
{
background-color: #D28614;
}
.BgClassName
{
background-color: #D28614;
}
</style>
border-color css
<style>
span { border-color: #D28614; }
span { border-color: rgb(210,134,20); }
td.TdClassName
{
border-color: #D28614;
}
.TagClassName
{
border-color: #D28614;
}
</style>