Shades of Ochre #D28219
Tints of Ochre #D28219
RGB
CMYK
RGB Variations
Color information
#D28219 (or 0xD28219) is known color: Ochre. HEX triplet: D2, 82 and 19. RGB value is (210,130,25). Sum of RGB (Red+Green+Blue) = 210+130+25=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D28219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28219 is #2D7DE6. Grayscale: #8E8E8E. Windows color (decimal): -2981351 or 1671890. OLE color: 1671890.
HSL color Cylindrical-coordinate representation of color #D28219: hue angle of 34.05º 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 #D28219 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 130 | 25 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.18 |
| HSL | 34.05º | 0.79% | 0.46% | - |
| HSV(B) | 34.05º | 0.88% | 0.82% | - |
| XYZ | 34.74 | 29.74 | 4.83 | - |
| YUV | 141.95 | 62 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 25 | 0 | 0.38 | 0.88 | 0.18 | 34.05 | 0.79 | 0.46 |
| Hex | D2 | 82 | 19 | 0 | 26 | 58 | 12 | 22 | 4F | 2E |
| Octal | 322 | 202 | 31 | 0 | 46 | 130 | 22 | 42 | 117 | 56 |
| Binary | 11010010 | 10000010 | 11001 | 0 | 100110 | 1011000 | 10010 | 100010 | 1001111 | 101110 |
Color Harmonies of #D28219
Complementary color
Monochromatic Colors of #D28219
Black with #D28219
Text Example
Text Example
White with #D28219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28219; }
p { color: rgb(210,130,25); }
H1.HeaderClassName
{
color: #D28219;
}
.AnyTagClassName
{
color: #D28219;
}
</style>
background-color css
<style>
a { background-color: #D28219; }
a { background-color: rgb(210,130,25); }
div.DivClassName
{
background-color: #D28219;
}
.BgClassName
{
background-color: #D28219;
}
</style>
border-color css
<style>
span { border-color: #D28219; }
span { border-color: rgb(210,130,25); }
td.TdClassName
{
border-color: #D28219;
}
.TagClassName
{
border-color: #D28219;
}
</style>