Shades of Ochre #D07A1D
Tints of Ochre #D07A1D
RGB
CMYK
RGB Variations
Color information
#D07A1D (or 0xD07A1D) is known color: Ochre. HEX triplet: D0, 7A and 1D. RGB value is (208,122,29). Sum of RGB (Red+Green+Blue) = 208+122+29=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 29 (11.72% from 255 or 8.08% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07A1D is #2F85E2. Grayscale: #898989. Windows color (decimal): -3114467 or 1931984. OLE color: 1931984.
HSL color Cylindrical-coordinate representation of color #D07A1D: hue angle of 31.17º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D07A1D is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 29 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.18 |
| HSL | 31.17º | 0.76% | 0.46% | - |
| HSV(B) | 31.17º | 0.86% | 0.82% | - |
| XYZ | 33.19 | 27.42 | 4.71 | - |
| YUV | 137.11 | 66.99 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 29 | 0 | 0.41 | 0.86 | 0.18 | 31.17 | 0.76 | 0.46 |
| Hex | D0 | 7A | 1D | 0 | 29 | 56 | 12 | 1F | 4C | 2E |
| Octal | 320 | 172 | 35 | 0 | 51 | 126 | 22 | 37 | 114 | 56 |
| Binary | 11010000 | 1111010 | 11101 | 0 | 101001 | 1010110 | 10010 | 11111 | 1001100 | 101110 |
Color Harmonies of #D07A1D
Complementary color
Monochromatic Colors of #D07A1D
Black with #D07A1D
Text Example
Text Example
White with #D07A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07A1D; }
p { color: rgb(208,122,29); }
H1.HeaderClassName
{
color: #D07A1D;
}
.AnyTagClassName
{
color: #D07A1D;
}
</style>
background-color css
<style>
a { background-color: #D07A1D; }
a { background-color: rgb(208,122,29); }
div.DivClassName
{
background-color: #D07A1D;
}
.BgClassName
{
background-color: #D07A1D;
}
</style>
border-color css
<style>
span { border-color: #D07A1D; }
span { border-color: rgb(208,122,29); }
td.TdClassName
{
border-color: #D07A1D;
}
.TagClassName
{
border-color: #D07A1D;
}
</style>