Shades of Ochre #D67B27
Tints of Ochre #D67B27
RGB
CMYK
RGB Variations
Color information
#D67B27 (or 0xD67B27) is known color: Ochre. HEX triplet: D6, 7B and 27. RGB value is (214,123,39). Sum of RGB (Red+Green+Blue) = 214+123+39=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 39 (15.62% from 255 or 10.37% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67B27 is #2984D8. Grayscale: #8D8D8D. Windows color (decimal): -2720985 or 2587606. OLE color: 2587606.
HSL color Cylindrical-coordinate representation of color #D67B27: hue angle of 28.8º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D67B27 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 123 | 39 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.16 |
| HSL | 28.8º | 0.69% | 0.5% | - |
| HSV(B) | 28.8º | 0.82% | 0.84% | - |
| XYZ | 35.18 | 28.61 | 5.59 | - |
| YUV | 140.63 | 70.65 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 39 | 0 | 0.43 | 0.82 | 0.16 | 28.8 | 0.69 | 0.5 |
| Hex | D6 | 7B | 27 | 0 | 2B | 52 | 10 | 1D | 45 | 32 |
| Octal | 326 | 173 | 47 | 0 | 53 | 122 | 20 | 35 | 105 | 62 |
| Binary | 11010110 | 1111011 | 100111 | 0 | 101011 | 1010010 | 10000 | 11101 | 1000101 | 110010 |
Color Harmonies of #D67B27
Complementary color
Monochromatic Colors of #D67B27
Black with #D67B27
Text Example
Text Example
White with #D67B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67B27; }
p { color: rgb(214,123,39); }
H1.HeaderClassName
{
color: #D67B27;
}
.AnyTagClassName
{
color: #D67B27;
}
</style>
background-color css
<style>
a { background-color: #D67B27; }
a { background-color: rgb(214,123,39); }
div.DivClassName
{
background-color: #D67B27;
}
.BgClassName
{
background-color: #D67B27;
}
</style>
border-color css
<style>
span { border-color: #D67B27; }
span { border-color: rgb(214,123,39); }
td.TdClassName
{
border-color: #D67B27;
}
.TagClassName
{
border-color: #D67B27;
}
</style>