Shades of Ochre #D07C26
Tints of Ochre #D07C26
RGB
CMYK
RGB Variations
Color information
#D07C26 (or 0xD07C26) is known color: Ochre. HEX triplet: D0, 7C and 26. RGB value is (208,124,38). Sum of RGB (Red+Green+Blue) = 208+124+38=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 38 (15.23% from 255 or 10.27% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07C26 is #2F83D9. Grayscale: #8B8B8B. Windows color (decimal): -3113946 or 2522320. OLE color: 2522320.
HSL color Cylindrical-coordinate representation of color #D07C26: hue angle of 30.35º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D07C26 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 38 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.18 |
| HSL | 30.35º | 0.69% | 0.48% | - |
| HSV(B) | 30.35º | 0.82% | 0.82% | - |
| XYZ | 33.57 | 27.97 | 5.46 | - |
| YUV | 139.31 | 70.83 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 38 | 0 | 0.40 | 0.82 | 0.18 | 30.35 | 0.69 | 0.48 |
| Hex | D0 | 7C | 26 | 0 | 28 | 52 | 12 | 1E | 45 | 30 |
| Octal | 320 | 174 | 46 | 0 | 50 | 122 | 22 | 36 | 105 | 60 |
| Binary | 11010000 | 1111100 | 100110 | 0 | 101000 | 1010010 | 10010 | 11110 | 1000101 | 110000 |
Color Harmonies of #D07C26
Complementary color
Monochromatic Colors of #D07C26
Black with #D07C26
Text Example
Text Example
White with #D07C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07C26; }
p { color: rgb(208,124,38); }
H1.HeaderClassName
{
color: #D07C26;
}
.AnyTagClassName
{
color: #D07C26;
}
</style>
background-color css
<style>
a { background-color: #D07C26; }
a { background-color: rgb(208,124,38); }
div.DivClassName
{
background-color: #D07C26;
}
.BgClassName
{
background-color: #D07C26;
}
</style>
border-color css
<style>
span { border-color: #D07C26; }
span { border-color: rgb(208,124,38); }
td.TdClassName
{
border-color: #D07C26;
}
.TagClassName
{
border-color: #D07C26;
}
</style>