Shades of Ochre #D07B26
Tints of Ochre #D07B26
RGB
CMYK
RGB Variations
Color information
#D07B26 (or 0xD07B26) is known color: Ochre. HEX triplet: D0, 7B and 26. RGB value is (208,123,38). Sum of RGB (Red+Green+Blue) = 208+123+38=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 38 (15.23% from 255 or 10.30% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D07B26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07B26 is #2F84D9. Grayscale: #8B8B8B. Windows color (decimal): -3114202 or 2522064. OLE color: 2522064.
HSL color Cylindrical-coordinate representation of color #D07B26: hue angle of 30º 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 #D07B26 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 123 | 38 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.18 |
| HSL | 30º | 0.69% | 0.48% | - |
| HSV(B) | 30º | 0.82% | 0.82% | - |
| XYZ | 33.45 | 27.72 | 5.42 | - |
| YUV | 138.73 | 71.16 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 123 | 38 | 0 | 0.41 | 0.82 | 0.18 | 30 | 0.69 | 0.48 |
| Hex | D0 | 7B | 26 | 0 | 29 | 52 | 12 | 1E | 45 | 30 |
| Octal | 320 | 173 | 46 | 0 | 51 | 122 | 22 | 36 | 105 | 60 |
| Binary | 11010000 | 1111011 | 100110 | 0 | 101001 | 1010010 | 10010 | 11110 | 1000101 | 110000 |
Color Harmonies of #D07B26
Complementary color
Monochromatic Colors of #D07B26
Black with #D07B26
Text Example
Text Example
White with #D07B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07B26; }
p { color: rgb(208,123,38); }
H1.HeaderClassName
{
color: #D07B26;
}
.AnyTagClassName
{
color: #D07B26;
}
</style>
background-color css
<style>
a { background-color: #D07B26; }
a { background-color: rgb(208,123,38); }
div.DivClassName
{
background-color: #D07B26;
}
.BgClassName
{
background-color: #D07B26;
}
</style>
border-color css
<style>
span { border-color: #D07B26; }
span { border-color: rgb(208,123,38); }
td.TdClassName
{
border-color: #D07B26;
}
.TagClassName
{
border-color: #D07B26;
}
</style>