Shades of Ochre #D78220
Tints of Ochre #D78220
RGB
CMYK
RGB Variations
Color information
#D78220 (or 0xD78220) is known color: Ochre. HEX triplet: D7, 82 and 20. RGB value is (215,130,32). Sum of RGB (Red+Green+Blue) = 215+130+32=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D78220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78220 is #287DDF. Grayscale: #909090. Windows color (decimal): -2653664 or 2130647. OLE color: 2130647.
HSL color Cylindrical-coordinate representation of color #D78220: hue angle of 32.13º 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 #D78220 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 130 | 32 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.16 |
| HSL | 32.13º | 0.74% | 0.48% | - |
| HSV(B) | 32.13º | 0.85% | 0.84% | - |
| XYZ | 36.27 | 30.52 | 5.35 | - |
| YUV | 144.24 | 64.66 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 130 | 32 | 0 | 0.40 | 0.85 | 0.16 | 32.13 | 0.74 | 0.48 |
| Hex | D7 | 82 | 20 | 0 | 28 | 55 | 10 | 20 | 4A | 30 |
| Octal | 327 | 202 | 40 | 0 | 50 | 125 | 20 | 40 | 112 | 60 |
| Binary | 11010111 | 10000010 | 100000 | 0 | 101000 | 1010101 | 10000 | 100000 | 1001010 | 110000 |
Color Harmonies of #D78220
Complementary color
Monochromatic Colors of #D78220
Black with #D78220
Text Example
Text Example
White with #D78220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78220; }
p { color: rgb(215,130,32); }
H1.HeaderClassName
{
color: #D78220;
}
.AnyTagClassName
{
color: #D78220;
}
</style>
background-color css
<style>
a { background-color: #D78220; }
a { background-color: rgb(215,130,32); }
div.DivClassName
{
background-color: #D78220;
}
.BgClassName
{
background-color: #D78220;
}
</style>
border-color css
<style>
span { border-color: #D78220; }
span { border-color: rgb(215,130,32); }
td.TdClassName
{
border-color: #D78220;
}
.TagClassName
{
border-color: #D78220;
}
</style>