Shades of Ochre #D07426
Tints of Ochre #D07426
RGB
CMYK
RGB Variations
Color information
#D07426 (or 0xD07426) is known color: Ochre. HEX triplet: D0, 74 and 26. RGB value is (208,116,38). Sum of RGB (Red+Green+Blue) = 208+116+38=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 38 (15.23% from 255 or 10.50% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D07426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07426 is #2F8BD9. Grayscale: #878787. Windows color (decimal): -3115994 or 2520272. OLE color: 2520272.
HSL color Cylindrical-coordinate representation of color #D07426: hue angle of 27.53º 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 #D07426 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 116 | 38 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.18 |
| HSL | 27.53º | 0.69% | 0.48% | - |
| HSV(B) | 27.53º | 0.82% | 0.82% | - |
| XYZ | 32.61 | 26.04 | 5.14 | - |
| YUV | 134.62 | 73.48 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 38 | 0 | 0.44 | 0.82 | 0.18 | 27.53 | 0.69 | 0.48 |
| Hex | D0 | 74 | 26 | 0 | 2C | 52 | 12 | 1C | 45 | 30 |
| Octal | 320 | 164 | 46 | 0 | 54 | 122 | 22 | 34 | 105 | 60 |
| Binary | 11010000 | 1110100 | 100110 | 0 | 101100 | 1010010 | 10010 | 11100 | 1000101 | 110000 |
Color Harmonies of #D07426
Complementary color
Monochromatic Colors of #D07426
Black with #D07426
Text Example
Text Example
White with #D07426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07426; }
p { color: rgb(208,116,38); }
H1.HeaderClassName
{
color: #D07426;
}
.AnyTagClassName
{
color: #D07426;
}
</style>
background-color css
<style>
a { background-color: #D07426; }
a { background-color: rgb(208,116,38); }
div.DivClassName
{
background-color: #D07426;
}
.BgClassName
{
background-color: #D07426;
}
</style>
border-color css
<style>
span { border-color: #D07426; }
span { border-color: rgb(208,116,38); }
td.TdClassName
{
border-color: #D07426;
}
.TagClassName
{
border-color: #D07426;
}
</style>