Shades of Ochre #D2790D
Tints of Ochre #D2790D
RGB
CMYK
RGB Variations
Color information
#D2790D (or 0xD2790D) is known color: Ochre. HEX triplet: D2, 79 and 0D. RGB value is (210,121,13). Sum of RGB (Red+Green+Blue) = 210+121+13=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D2790D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2790D is #2D86F2. Grayscale: #878787. Windows color (decimal): -2983667 or 883154. OLE color: 883154.
HSL color Cylindrical-coordinate representation of color #D2790D: hue angle of 32.89º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2790D is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 121 | 13 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.18 |
| HSL | 32.89º | 0.88% | 0.44% | - |
| HSV(B) | 32.89º | 0.94% | 0.82% | - |
| XYZ | 33.49 | 27.41 | 3.91 | - |
| YUV | 135.3 | 58.99 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 121 | 13 | 0 | 0.42 | 0.94 | 0.18 | 32.89 | 0.88 | 0.44 |
| Hex | D2 | 79 | D | 0 | 2A | 5E | 12 | 21 | 58 | 2C |
| Octal | 322 | 171 | 15 | 0 | 52 | 136 | 22 | 41 | 130 | 54 |
| Binary | 11010010 | 1111001 | 1101 | 0 | 101010 | 1011110 | 10010 | 100001 | 1011000 | 101100 |
Color Harmonies of #D2790D
Complementary color
Monochromatic Colors of #D2790D
Black with #D2790D
Text Example
Text Example
White with #D2790D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2790D; }
p { color: rgb(210,121,13); }
H1.HeaderClassName
{
color: #D2790D;
}
.AnyTagClassName
{
color: #D2790D;
}
</style>
background-color css
<style>
a { background-color: #D2790D; }
a { background-color: rgb(210,121,13); }
div.DivClassName
{
background-color: #D2790D;
}
.BgClassName
{
background-color: #D2790D;
}
</style>
border-color css
<style>
span { border-color: #D2790D; }
span { border-color: rgb(210,121,13); }
td.TdClassName
{
border-color: #D2790D;
}
.TagClassName
{
border-color: #D2790D;
}
</style>