Shades of Ochre #D67520
Tints of Ochre #D67520
RGB
CMYK
RGB Variations
Color information
#D67520 (or 0xD67520) is known color: Ochre. HEX triplet: D6, 75 and 20. RGB value is (214,117,32). Sum of RGB (Red+Green+Blue) = 214+117+32=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D67520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67520 is #298ADF. Grayscale: #888888. Windows color (decimal): -2722528 or 2127318. OLE color: 2127318.
HSL color Cylindrical-coordinate representation of color #D67520: hue angle of 28.02º degrees, saturation: 0.74, 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 #D67520 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 117 | 32 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.16 |
| HSL | 28.02º | 0.74% | 0.48% | - |
| HSV(B) | 28.02º | 0.85% | 0.84% | - |
| XYZ | 34.35 | 27.12 | 4.79 | - |
| YUV | 136.31 | 69.14 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 32 | 0 | 0.45 | 0.85 | 0.16 | 28.02 | 0.74 | 0.48 |
| Hex | D6 | 75 | 20 | 0 | 2D | 55 | 10 | 1C | 4A | 30 |
| Octal | 326 | 165 | 40 | 0 | 55 | 125 | 20 | 34 | 112 | 60 |
| Binary | 11010110 | 1110101 | 100000 | 0 | 101101 | 1010101 | 10000 | 11100 | 1001010 | 110000 |
Color Harmonies of #D67520
Complementary color
Monochromatic Colors of #D67520
Black with #D67520
Text Example
Text Example
White with #D67520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67520; }
p { color: rgb(214,117,32); }
H1.HeaderClassName
{
color: #D67520;
}
.AnyTagClassName
{
color: #D67520;
}
</style>
background-color css
<style>
a { background-color: #D67520; }
a { background-color: rgb(214,117,32); }
div.DivClassName
{
background-color: #D67520;
}
.BgClassName
{
background-color: #D67520;
}
</style>
border-color css
<style>
span { border-color: #D67520; }
span { border-color: rgb(214,117,32); }
td.TdClassName
{
border-color: #D67520;
}
.TagClassName
{
border-color: #D67520;
}
</style>