Shades of Ochre #D2741D
Tints of Ochre #D2741D
RGB
CMYK
RGB Variations
Color information
#D2741D (or 0xD2741D) is known color: Ochre. HEX triplet: D2, 74 and 1D. RGB value is (210,116,29). Sum of RGB (Red+Green+Blue) = 210+116+29=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D2741D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2741D is #2D8BE2. Grayscale: #868686. Windows color (decimal): -2984931 or 1930450. OLE color: 1930450.
HSL color Cylindrical-coordinate representation of color #D2741D: hue angle of 28.84º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2741D is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 29 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.18 |
| HSL | 28.84º | 0.76% | 0.47% | - |
| HSV(B) | 28.84º | 0.86% | 0.82% | - |
| XYZ | 33.05 | 26.28 | 4.49 | - |
| YUV | 134.19 | 68.64 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 29 | 0 | 0.45 | 0.86 | 0.18 | 28.84 | 0.76 | 0.47 |
| Hex | D2 | 74 | 1D | 0 | 2D | 56 | 12 | 1D | 4C | 2F |
| Octal | 322 | 164 | 35 | 0 | 55 | 126 | 22 | 35 | 114 | 57 |
| Binary | 11010010 | 1110100 | 11101 | 0 | 101101 | 1010110 | 10010 | 11101 | 1001100 | 101111 |
Color Harmonies of #D2741D
Complementary color
Monochromatic Colors of #D2741D
Black with #D2741D
Text Example
Text Example
White with #D2741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2741D; }
p { color: rgb(210,116,29); }
H1.HeaderClassName
{
color: #D2741D;
}
.AnyTagClassName
{
color: #D2741D;
}
</style>
background-color css
<style>
a { background-color: #D2741D; }
a { background-color: rgb(210,116,29); }
div.DivClassName
{
background-color: #D2741D;
}
.BgClassName
{
background-color: #D2741D;
}
</style>
border-color css
<style>
span { border-color: #D2741D; }
span { border-color: rgb(210,116,29); }
td.TdClassName
{
border-color: #D2741D;
}
.TagClassName
{
border-color: #D2741D;
}
</style>