Shades of Ochre #D0752A
Tints of Ochre #D0752A
RGB
CMYK
RGB Variations
Color information
#D0752A (or 0xD0752A) is known color: Ochre. HEX triplet: D0, 75 and 2A. RGB value is (208,117,42). Sum of RGB (Red+Green+Blue) = 208+117+42=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D0752A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0752A is #2F8AD5. Grayscale: #888888. Windows color (decimal): -3115734 or 2782672. OLE color: 2782672.
HSL color Cylindrical-coordinate representation of color #D0752A: hue angle of 27.11º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0752A is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 42 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.18 |
| HSL | 27.11º | 0.66% | 0.49% | - |
| HSV(B) | 27.11º | 0.8% | 0.82% | - |
| XYZ | 32.79 | 26.3 | 5.54 | - |
| YUV | 135.66 | 75.15 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 42 | 0 | 0.44 | 0.80 | 0.18 | 27.11 | 0.66 | 0.49 |
| Hex | D0 | 75 | 2A | 0 | 2C | 50 | 12 | 1B | 42 | 31 |
| Octal | 320 | 165 | 52 | 0 | 54 | 120 | 22 | 33 | 102 | 61 |
| Binary | 11010000 | 1110101 | 101010 | 0 | 101100 | 1010000 | 10010 | 11011 | 1000010 | 110001 |
Color Harmonies of #D0752A
Complementary color
Monochromatic Colors of #D0752A
Black with #D0752A
Text Example
Text Example
White with #D0752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0752A; }
p { color: rgb(208,117,42); }
H1.HeaderClassName
{
color: #D0752A;
}
.AnyTagClassName
{
color: #D0752A;
}
</style>
background-color css
<style>
a { background-color: #D0752A; }
a { background-color: rgb(208,117,42); }
div.DivClassName
{
background-color: #D0752A;
}
.BgClassName
{
background-color: #D0752A;
}
</style>
border-color css
<style>
span { border-color: #D0752A; }
span { border-color: rgb(208,117,42); }
td.TdClassName
{
border-color: #D0752A;
}
.TagClassName
{
border-color: #D0752A;
}
</style>