Shades of Ochre #D67F21
Tints of Ochre #D67F21
RGB
CMYK
RGB Variations
Color information
#D67F21 (or 0xD67F21) is known color: Ochre. HEX triplet: D6, 7F and 21. RGB value is (214,127,33). Sum of RGB (Red+Green+Blue) = 214+127+33=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 33 (13.28% from 255 or 8.82% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67F21 is #2980DE. Grayscale: #8E8E8E. Windows color (decimal): -2719967 or 2195414. OLE color: 2195414.
HSL color Cylindrical-coordinate representation of color #D67F21: hue angle of 31.16º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D67F21 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 127 | 33 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.16 |
| HSL | 31.16º | 0.73% | 0.48% | - |
| HSV(B) | 31.16º | 0.85% | 0.84% | - |
| XYZ | 35.6 | 29.58 | 5.27 | - |
| YUV | 142.3 | 66.32 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 33 | 0 | 0.41 | 0.85 | 0.16 | 31.16 | 0.73 | 0.48 |
| Hex | D6 | 7F | 21 | 0 | 29 | 55 | 10 | 1F | 49 | 30 |
| Octal | 326 | 177 | 41 | 0 | 51 | 125 | 20 | 37 | 111 | 60 |
| Binary | 11010110 | 1111111 | 100001 | 0 | 101001 | 1010101 | 10000 | 11111 | 1001001 | 110000 |
Color Harmonies of #D67F21
Complementary color
Monochromatic Colors of #D67F21
Black with #D67F21
Text Example
Text Example
White with #D67F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67F21; }
p { color: rgb(214,127,33); }
H1.HeaderClassName
{
color: #D67F21;
}
.AnyTagClassName
{
color: #D67F21;
}
</style>
background-color css
<style>
a { background-color: #D67F21; }
a { background-color: rgb(214,127,33); }
div.DivClassName
{
background-color: #D67F21;
}
.BgClassName
{
background-color: #D67F21;
}
</style>
border-color css
<style>
span { border-color: #D67F21; }
span { border-color: rgb(214,127,33); }
td.TdClassName
{
border-color: #D67F21;
}
.TagClassName
{
border-color: #D67F21;
}
</style>