Shades of Ochre #D67A1D
Tints of Ochre #D67A1D
RGB
CMYK
RGB Variations
Color information
#D67A1D (or 0xD67A1D) is known color: Ochre. HEX triplet: D6, 7A and 1D. RGB value is (214,122,29). Sum of RGB (Red+Green+Blue) = 214+122+29=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67A1D is #2985E2. Grayscale: #8B8B8B. Windows color (decimal): -2721251 or 1931990. OLE color: 1931990.
HSL color Cylindrical-coordinate representation of color #D67A1D: hue angle of 30.16º 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 #D67A1D is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 122 | 29 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.16 |
| HSL | 30.16º | 0.76% | 0.48% | - |
| HSV(B) | 30.16º | 0.86% | 0.84% | - |
| XYZ | 34.91 | 28.3 | 4.79 | - |
| YUV | 138.91 | 65.98 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 122 | 29 | 0 | 0.43 | 0.86 | 0.16 | 30.16 | 0.76 | 0.48 |
| Hex | D6 | 7A | 1D | 0 | 2B | 56 | 10 | 1E | 4C | 30 |
| Octal | 326 | 172 | 35 | 0 | 53 | 126 | 20 | 36 | 114 | 60 |
| Binary | 11010110 | 1111010 | 11101 | 0 | 101011 | 1010110 | 10000 | 11110 | 1001100 | 110000 |
Color Harmonies of #D67A1D
Complementary color
Monochromatic Colors of #D67A1D
Black with #D67A1D
Text Example
Text Example
White with #D67A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67A1D; }
p { color: rgb(214,122,29); }
H1.HeaderClassName
{
color: #D67A1D;
}
.AnyTagClassName
{
color: #D67A1D;
}
</style>
background-color css
<style>
a { background-color: #D67A1D; }
a { background-color: rgb(214,122,29); }
div.DivClassName
{
background-color: #D67A1D;
}
.BgClassName
{
background-color: #D67A1D;
}
</style>
border-color css
<style>
span { border-color: #D67A1D; }
span { border-color: rgb(214,122,29); }
td.TdClassName
{
border-color: #D67A1D;
}
.TagClassName
{
border-color: #D67A1D;
}
</style>