Shades of Ochre #D2801F
Tints of Ochre #D2801F
RGB
CMYK
RGB Variations
Color information
#D2801F (or 0xD2801F) is known color: Ochre. HEX triplet: D2, 80 and 1F. RGB value is (210,128,31). Sum of RGB (Red+Green+Blue) = 210+128+31=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D2801F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2801F is #2D7FE0. Grayscale: #8D8D8D. Windows color (decimal): -2981857 or 2064594. OLE color: 2064594.
HSL color Cylindrical-coordinate representation of color #D2801F: hue angle of 32.51º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2801F is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 31 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.18 |
| HSL | 32.51º | 0.74% | 0.47% | - |
| HSV(B) | 32.51º | 0.85% | 0.82% | - |
| XYZ | 34.54 | 29.24 | 5.12 | - |
| YUV | 141.46 | 65.67 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 31 | 0 | 0.39 | 0.85 | 0.18 | 32.51 | 0.74 | 0.47 |
| Hex | D2 | 80 | 1F | 0 | 27 | 55 | 12 | 21 | 4A | 2F |
| Octal | 322 | 200 | 37 | 0 | 47 | 125 | 22 | 41 | 112 | 57 |
| Binary | 11010010 | 10000000 | 11111 | 0 | 100111 | 1010101 | 10010 | 100001 | 1001010 | 101111 |
Color Harmonies of #D2801F
Complementary color
Monochromatic Colors of #D2801F
Black with #D2801F
Text Example
Text Example
White with #D2801F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2801F; }
p { color: rgb(210,128,31); }
H1.HeaderClassName
{
color: #D2801F;
}
.AnyTagClassName
{
color: #D2801F;
}
</style>
background-color css
<style>
a { background-color: #D2801F; }
a { background-color: rgb(210,128,31); }
div.DivClassName
{
background-color: #D2801F;
}
.BgClassName
{
background-color: #D2801F;
}
</style>
border-color css
<style>
span { border-color: #D2801F; }
span { border-color: rgb(210,128,31); }
td.TdClassName
{
border-color: #D2801F;
}
.TagClassName
{
border-color: #D2801F;
}
</style>