Shades of Ochre #D2741C
Tints of Ochre #D2741C
RGB
CMYK
RGB Variations
Color information
#D2741C (or 0xD2741C) is known color: Ochre. HEX triplet: D2, 74 and 1C. RGB value is (210,116,28). Sum of RGB (Red+Green+Blue) = 210+116+28=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D2741C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2741C is #2D8BE3. Grayscale: #868686. Windows color (decimal): -2984932 or 1864914. OLE color: 1864914.
HSL color Cylindrical-coordinate representation of color #D2741C: hue angle of 29.01º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2741C is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 28 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.18 |
| HSL | 29.01º | 0.76% | 0.47% | - |
| HSV(B) | 29.01º | 0.87% | 0.82% | - |
| XYZ | 33.03 | 26.28 | 4.43 | - |
| YUV | 134.07 | 68.14 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 28 | 0 | 0.45 | 0.87 | 0.18 | 29.01 | 0.76 | 0.47 |
| Hex | D2 | 74 | 1C | 0 | 2D | 57 | 12 | 1D | 4C | 2F |
| Octal | 322 | 164 | 34 | 0 | 55 | 127 | 22 | 35 | 114 | 57 |
| Binary | 11010010 | 1110100 | 11100 | 0 | 101101 | 1010111 | 10010 | 11101 | 1001100 | 101111 |
Color Harmonies of #D2741C
Complementary color
Monochromatic Colors of #D2741C
Black with #D2741C
Text Example
Text Example
White with #D2741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2741C; }
p { color: rgb(210,116,28); }
H1.HeaderClassName
{
color: #D2741C;
}
.AnyTagClassName
{
color: #D2741C;
}
</style>
background-color css
<style>
a { background-color: #D2741C; }
a { background-color: rgb(210,116,28); }
div.DivClassName
{
background-color: #D2741C;
}
.BgClassName
{
background-color: #D2741C;
}
</style>
border-color css
<style>
span { border-color: #D2741C; }
span { border-color: rgb(210,116,28); }
td.TdClassName
{
border-color: #D2741C;
}
.TagClassName
{
border-color: #D2741C;
}
</style>