Shades of Ochre #D2750B
Tints of Ochre #D2750B
RGB
CMYK
RGB Variations
Color information
#D2750B (or 0xD2750B) is known color: Ochre. HEX triplet: D2, 75 and 0B. RGB value is (210,117,11). Sum of RGB (Red+Green+Blue) = 210+117+11=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D2750B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2750B is #2D8AF4. Grayscale: #858585. Windows color (decimal): -2984693 or 751058. OLE color: 751058.
HSL color Cylindrical-coordinate representation of color #D2750B: hue angle of 31.96º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D2750B is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 11 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.18 |
| HSL | 31.96º | 0.9% | 0.43% | - |
| HSV(B) | 31.96º | 0.95% | 0.82% | - |
| XYZ | 33 | 26.45 | 3.68 | - |
| YUV | 132.72 | 59.31 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 11 | 0 | 0.44 | 0.95 | 0.18 | 31.96 | 0.9 | 0.43 |
| Hex | D2 | 75 | B | 0 | 2C | 5F | 12 | 20 | 5A | 2B |
| Octal | 322 | 165 | 13 | 0 | 54 | 137 | 22 | 40 | 132 | 53 |
| Binary | 11010010 | 1110101 | 1011 | 0 | 101100 | 1011111 | 10010 | 100000 | 1011010 | 101011 |
Color Harmonies of #D2750B
Complementary color
Monochromatic Colors of #D2750B
Black with #D2750B
Text Example
Text Example
White with #D2750B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2750B; }
p { color: rgb(210,117,11); }
H1.HeaderClassName
{
color: #D2750B;
}
.AnyTagClassName
{
color: #D2750B;
}
</style>
background-color css
<style>
a { background-color: #D2750B; }
a { background-color: rgb(210,117,11); }
div.DivClassName
{
background-color: #D2750B;
}
.BgClassName
{
background-color: #D2750B;
}
</style>
border-color css
<style>
span { border-color: #D2750B; }
span { border-color: rgb(210,117,11); }
td.TdClassName
{
border-color: #D2750B;
}
.TagClassName
{
border-color: #D2750B;
}
</style>