Shades of Ochre #D28613
Tints of Ochre #D28613
RGB
CMYK
RGB Variations
Color information
#D28613 (or 0xD28613) is known color: Ochre. HEX triplet: D2, 86 and 13. RGB value is (210,134,19). Sum of RGB (Red+Green+Blue) = 210+134+19=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 19 (7.81% from 255 or 5.23% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D28613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28613 is #2D79EC. Grayscale: #909090. Windows color (decimal): -2980333 or 1279698. OLE color: 1279698.
HSL color Cylindrical-coordinate representation of color #D28613: hue angle of 36.13º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D28613 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 134 | 19 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.18 |
| HSL | 36.13º | 0.83% | 0.45% | - |
| HSV(B) | 36.13º | 0.91% | 0.82% | - |
| XYZ | 35.22 | 30.8 | 4.7 | - |
| YUV | 143.61 | 57.68 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 19 | 0 | 0.36 | 0.91 | 0.18 | 36.13 | 0.83 | 0.45 |
| Hex | D2 | 86 | 13 | 0 | 24 | 5B | 12 | 24 | 53 | 2D |
| Octal | 322 | 206 | 23 | 0 | 44 | 133 | 22 | 44 | 123 | 55 |
| Binary | 11010010 | 10000110 | 10011 | 0 | 100100 | 1011011 | 10010 | 100100 | 1010011 | 101101 |
Color Harmonies of #D28613
Complementary color
Monochromatic Colors of #D28613
Black with #D28613
Text Example
Text Example
White with #D28613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28613; }
p { color: rgb(210,134,19); }
H1.HeaderClassName
{
color: #D28613;
}
.AnyTagClassName
{
color: #D28613;
}
</style>
background-color css
<style>
a { background-color: #D28613; }
a { background-color: rgb(210,134,19); }
div.DivClassName
{
background-color: #D28613;
}
.BgClassName
{
background-color: #D28613;
}
</style>
border-color css
<style>
span { border-color: #D28613; }
span { border-color: rgb(210,134,19); }
td.TdClassName
{
border-color: #D28613;
}
.TagClassName
{
border-color: #D28613;
}
</style>