Shades of Ochre #D67621
Tints of Ochre #D67621
RGB
CMYK
RGB Variations
Color information
#D67621 (or 0xD67621) is known color: Ochre. HEX triplet: D6, 76 and 21. RGB value is (214,118,33). Sum of RGB (Red+Green+Blue) = 214+118+33=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D67621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67621 is #2989DE. Grayscale: #898989. Windows color (decimal): -2722271 or 2193110. OLE color: 2193110.
HSL color Cylindrical-coordinate representation of color #D67621: hue angle of 28.18º 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 #D67621 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 118 | 33 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.16 |
| HSL | 28.18º | 0.73% | 0.48% | - |
| HSV(B) | 28.18º | 0.85% | 0.84% | - |
| XYZ | 34.48 | 27.36 | 4.9 | - |
| YUV | 137.01 | 69.3 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 118 | 33 | 0 | 0.45 | 0.85 | 0.16 | 28.18 | 0.73 | 0.48 |
| Hex | D6 | 76 | 21 | 0 | 2D | 55 | 10 | 1C | 49 | 30 |
| Octal | 326 | 166 | 41 | 0 | 55 | 125 | 20 | 34 | 111 | 60 |
| Binary | 11010110 | 1110110 | 100001 | 0 | 101101 | 1010101 | 10000 | 11100 | 1001001 | 110000 |
Color Harmonies of #D67621
Complementary color
Monochromatic Colors of #D67621
Black with #D67621
Text Example
Text Example
White with #D67621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67621; }
p { color: rgb(214,118,33); }
H1.HeaderClassName
{
color: #D67621;
}
.AnyTagClassName
{
color: #D67621;
}
</style>
background-color css
<style>
a { background-color: #D67621; }
a { background-color: rgb(214,118,33); }
div.DivClassName
{
background-color: #D67621;
}
.BgClassName
{
background-color: #D67621;
}
</style>
border-color css
<style>
span { border-color: #D67621; }
span { border-color: rgb(214,118,33); }
td.TdClassName
{
border-color: #D67621;
}
.TagClassName
{
border-color: #D67621;
}
</style>