Shades of Ochre #D07920
Tints of Ochre #D07920
RGB
CMYK
RGB Variations
Color information
#D07920 (or 0xD07920) is known color: Ochre. HEX triplet: D0, 79 and 20. RGB value is (208,121,32). Sum of RGB (Red+Green+Blue) = 208+121+32=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D07920 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07920 is #2F86DF. Grayscale: #898989. Windows color (decimal): -3114720 or 2128336. OLE color: 2128336.
HSL color Cylindrical-coordinate representation of color #D07920: hue angle of 30.34º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D07920 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 32 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.18 |
| HSL | 30.34º | 0.73% | 0.47% | - |
| HSV(B) | 30.34º | 0.85% | 0.82% | - |
| XYZ | 33.11 | 27.19 | 4.87 | - |
| YUV | 136.87 | 68.82 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 32 | 0 | 0.42 | 0.85 | 0.18 | 30.34 | 0.73 | 0.47 |
| Hex | D0 | 79 | 20 | 0 | 2A | 55 | 12 | 1E | 49 | 2F |
| Octal | 320 | 171 | 40 | 0 | 52 | 125 | 22 | 36 | 111 | 57 |
| Binary | 11010000 | 1111001 | 100000 | 0 | 101010 | 1010101 | 10010 | 11110 | 1001001 | 101111 |
Color Harmonies of #D07920
Complementary color
Monochromatic Colors of #D07920
Black with #D07920
Text Example
Text Example
White with #D07920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07920; }
p { color: rgb(208,121,32); }
H1.HeaderClassName
{
color: #D07920;
}
.AnyTagClassName
{
color: #D07920;
}
</style>
background-color css
<style>
a { background-color: #D07920; }
a { background-color: rgb(208,121,32); }
div.DivClassName
{
background-color: #D07920;
}
.BgClassName
{
background-color: #D07920;
}
</style>
border-color css
<style>
span { border-color: #D07920; }
span { border-color: rgb(208,121,32); }
td.TdClassName
{
border-color: #D07920;
}
.TagClassName
{
border-color: #D07920;
}
</style>