Shades of Ochre #D0762B
Tints of Ochre #D0762B
RGB
CMYK
RGB Variations
Color information
#D0762B (or 0xD0762B) is known color: Ochre. HEX triplet: D0, 76 and 2B. RGB value is (208,118,43). Sum of RGB (Red+Green+Blue) = 208+118+43=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D0762B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0762B is #2F89D4. Grayscale: #888888. Windows color (decimal): -3115477 or 2848464. OLE color: 2848464.
HSL color Cylindrical-coordinate representation of color #D0762B: hue angle of 27.27º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0762B is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 118 | 43 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.18 |
| HSL | 27.27º | 0.66% | 0.49% | - |
| HSV(B) | 27.27º | 0.79% | 0.82% | - |
| XYZ | 32.93 | 26.54 | 5.67 | - |
| YUV | 136.36 | 75.32 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 43 | 0 | 0.43 | 0.79 | 0.18 | 27.27 | 0.66 | 0.49 |
| Hex | D0 | 76 | 2B | 0 | 2B | 4F | 12 | 1B | 42 | 31 |
| Octal | 320 | 166 | 53 | 0 | 53 | 117 | 22 | 33 | 102 | 61 |
| Binary | 11010000 | 1110110 | 101011 | 0 | 101011 | 1001111 | 10010 | 11011 | 1000010 | 110001 |
Color Harmonies of #D0762B
Complementary color
Monochromatic Colors of #D0762B
Black with #D0762B
Text Example
Text Example
White with #D0762B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0762B; }
p { color: rgb(208,118,43); }
H1.HeaderClassName
{
color: #D0762B;
}
.AnyTagClassName
{
color: #D0762B;
}
</style>
background-color css
<style>
a { background-color: #D0762B; }
a { background-color: rgb(208,118,43); }
div.DivClassName
{
background-color: #D0762B;
}
.BgClassName
{
background-color: #D0762B;
}
</style>
border-color css
<style>
span { border-color: #D0762B; }
span { border-color: rgb(208,118,43); }
td.TdClassName
{
border-color: #D0762B;
}
.TagClassName
{
border-color: #D0762B;
}
</style>