Shades of Ochre #D07528
Tints of Ochre #D07528
RGB
CMYK
RGB Variations
Color information
#D07528 (or 0xD07528) is known color: Ochre. HEX triplet: D0, 75 and 28. RGB value is (208,117,40). Sum of RGB (Red+Green+Blue) = 208+117+40=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D07528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07528 is #2F8AD7. Grayscale: #878787. Windows color (decimal): -3115736 or 2651600. OLE color: 2651600.
HSL color Cylindrical-coordinate representation of color #D07528: hue angle of 27.5º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D07528 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 40 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.18 |
| HSL | 27.5º | 0.68% | 0.49% | - |
| HSV(B) | 27.5º | 0.81% | 0.82% | - |
| XYZ | 32.76 | 26.29 | 5.35 | - |
| YUV | 135.43 | 74.15 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 40 | 0 | 0.44 | 0.81 | 0.18 | 27.5 | 0.68 | 0.49 |
| Hex | D0 | 75 | 28 | 0 | 2C | 51 | 12 | 1C | 44 | 31 |
| Octal | 320 | 165 | 50 | 0 | 54 | 121 | 22 | 34 | 104 | 61 |
| Binary | 11010000 | 1110101 | 101000 | 0 | 101100 | 1010001 | 10010 | 11100 | 1000100 | 110001 |
Color Harmonies of #D07528
Complementary color
Monochromatic Colors of #D07528
Black with #D07528
Text Example
Text Example
White with #D07528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07528; }
p { color: rgb(208,117,40); }
H1.HeaderClassName
{
color: #D07528;
}
.AnyTagClassName
{
color: #D07528;
}
</style>
background-color css
<style>
a { background-color: #D07528; }
a { background-color: rgb(208,117,40); }
div.DivClassName
{
background-color: #D07528;
}
.BgClassName
{
background-color: #D07528;
}
</style>
border-color css
<style>
span { border-color: #D07528; }
span { border-color: rgb(208,117,40); }
td.TdClassName
{
border-color: #D07528;
}
.TagClassName
{
border-color: #D07528;
}
</style>