Shades of Ochre #D67D1D
Tints of Ochre #D67D1D
RGB
CMYK
RGB Variations
Color information
#D67D1D (or 0xD67D1D) is known color: Ochre. HEX triplet: D6, 7D and 1D. RGB value is (214,125,29). Sum of RGB (Red+Green+Blue) = 214+125+29=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67D1D is #2982E2. Grayscale: #8D8D8D. Windows color (decimal): -2720483 or 1932758. OLE color: 1932758.
HSL color Cylindrical-coordinate representation of color #D67D1D: hue angle of 31.14º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D67D1D is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 125 | 29 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.16 |
| HSL | 31.14º | 0.76% | 0.48% | - |
| HSV(B) | 31.14º | 0.86% | 0.84% | - |
| XYZ | 35.29 | 29.05 | 4.91 | - |
| YUV | 140.67 | 64.99 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 125 | 29 | 0 | 0.42 | 0.86 | 0.16 | 31.14 | 0.76 | 0.48 |
| Hex | D6 | 7D | 1D | 0 | 2A | 56 | 10 | 1F | 4C | 30 |
| Octal | 326 | 175 | 35 | 0 | 52 | 126 | 20 | 37 | 114 | 60 |
| Binary | 11010110 | 1111101 | 11101 | 0 | 101010 | 1010110 | 10000 | 11111 | 1001100 | 110000 |
Color Harmonies of #D67D1D
Complementary color
Monochromatic Colors of #D67D1D
Black with #D67D1D
Text Example
Text Example
White with #D67D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67D1D; }
p { color: rgb(214,125,29); }
H1.HeaderClassName
{
color: #D67D1D;
}
.AnyTagClassName
{
color: #D67D1D;
}
</style>
background-color css
<style>
a { background-color: #D67D1D; }
a { background-color: rgb(214,125,29); }
div.DivClassName
{
background-color: #D67D1D;
}
.BgClassName
{
background-color: #D67D1D;
}
</style>
border-color css
<style>
span { border-color: #D67D1D; }
span { border-color: rgb(214,125,29); }
td.TdClassName
{
border-color: #D67D1D;
}
.TagClassName
{
border-color: #D67D1D;
}
</style>