Shades of Ochre #D67720
Tints of Ochre #D67720
RGB
CMYK
RGB Variations
Color information
#D67720 (or 0xD67720) is known color: Ochre. HEX triplet: D6, 77 and 20. RGB value is (214,119,32). Sum of RGB (Red+Green+Blue) = 214+119+32=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D67720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67720 is #2988DF. Grayscale: #898989. Windows color (decimal): -2722016 or 2127830. OLE color: 2127830.
HSL color Cylindrical-coordinate representation of color #D67720: hue angle of 28.68º 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 #D67720 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 32 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.16 |
| HSL | 28.68º | 0.74% | 0.48% | - |
| HSV(B) | 28.68º | 0.85% | 0.84% | - |
| XYZ | 34.59 | 27.59 | 4.87 | - |
| YUV | 137.49 | 68.47 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 32 | 0 | 0.44 | 0.85 | 0.16 | 28.68 | 0.74 | 0.48 |
| Hex | D6 | 77 | 20 | 0 | 2C | 55 | 10 | 1D | 4A | 30 |
| Octal | 326 | 167 | 40 | 0 | 54 | 125 | 20 | 35 | 112 | 60 |
| Binary | 11010110 | 1110111 | 100000 | 0 | 101100 | 1010101 | 10000 | 11101 | 1001010 | 110000 |
Color Harmonies of #D67720
Complementary color
Monochromatic Colors of #D67720
Black with #D67720
Text Example
Text Example
White with #D67720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67720; }
p { color: rgb(214,119,32); }
H1.HeaderClassName
{
color: #D67720;
}
.AnyTagClassName
{
color: #D67720;
}
</style>
background-color css
<style>
a { background-color: #D67720; }
a { background-color: rgb(214,119,32); }
div.DivClassName
{
background-color: #D67720;
}
.BgClassName
{
background-color: #D67720;
}
</style>
border-color css
<style>
span { border-color: #D67720; }
span { border-color: rgb(214,119,32); }
td.TdClassName
{
border-color: #D67720;
}
.TagClassName
{
border-color: #D67720;
}
</style>