Shades of Ochre #D67A1B
Tints of Ochre #D67A1B
RGB
CMYK
RGB Variations
Color information
#D67A1B (or 0xD67A1B) is known color: Ochre. HEX triplet: D6, 7A and 1B. RGB value is (214,122,27). Sum of RGB (Red+Green+Blue) = 214+122+27=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 27 (10.94% from 255 or 7.44% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67A1B is #2985E4. Grayscale: #8B8B8B. Windows color (decimal): -2721253 or 1800918. OLE color: 1800918.
HSL color Cylindrical-coordinate representation of color #D67A1B: hue angle of 30.48º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D67A1B is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 122 | 27 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.16 |
| HSL | 30.48º | 0.78% | 0.47% | - |
| HSV(B) | 30.48º | 0.87% | 0.84% | - |
| XYZ | 34.89 | 28.29 | 4.66 | - |
| YUV | 138.68 | 64.98 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 122 | 27 | 0 | 0.43 | 0.87 | 0.16 | 30.48 | 0.78 | 0.47 |
| Hex | D6 | 7A | 1B | 0 | 2B | 57 | 10 | 1E | 4E | 2F |
| Octal | 326 | 172 | 33 | 0 | 53 | 127 | 20 | 36 | 116 | 57 |
| Binary | 11010110 | 1111010 | 11011 | 0 | 101011 | 1010111 | 10000 | 11110 | 1001110 | 101111 |
Color Harmonies of #D67A1B
Complementary color
Monochromatic Colors of #D67A1B
Black with #D67A1B
Text Example
Text Example
White with #D67A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67A1B; }
p { color: rgb(214,122,27); }
H1.HeaderClassName
{
color: #D67A1B;
}
.AnyTagClassName
{
color: #D67A1B;
}
</style>
background-color css
<style>
a { background-color: #D67A1B; }
a { background-color: rgb(214,122,27); }
div.DivClassName
{
background-color: #D67A1B;
}
.BgClassName
{
background-color: #D67A1B;
}
</style>
border-color css
<style>
span { border-color: #D67A1B; }
span { border-color: rgb(214,122,27); }
td.TdClassName
{
border-color: #D67A1B;
}
.TagClassName
{
border-color: #D67A1B;
}
</style>