Shades of Ochre #D2770B
Tints of Ochre #D2770B
RGB
CMYK
RGB Variations
Color information
#D2770B (or 0xD2770B) is known color: Ochre. HEX triplet: D2, 77 and 0B. RGB value is (210,119,11). Sum of RGB (Red+Green+Blue) = 210+119+11=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 11 (4.69% from 255 or 3.24% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D2770B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2770B is #2D88F4. Grayscale: #868686. Windows color (decimal): -2984181 or 751570. OLE color: 751570.
HSL color Cylindrical-coordinate representation of color #D2770B: hue angle of 32.56º 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 #D2770B is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 119 | 11 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.18 |
| HSL | 32.56º | 0.9% | 0.43% | - |
| HSV(B) | 32.56º | 0.95% | 0.82% | - |
| XYZ | 33.24 | 26.92 | 3.76 | - |
| YUV | 133.9 | 58.65 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 119 | 11 | 0 | 0.43 | 0.95 | 0.18 | 32.56 | 0.9 | 0.43 |
| Hex | D2 | 77 | B | 0 | 2B | 5F | 12 | 21 | 5A | 2B |
| Octal | 322 | 167 | 13 | 0 | 53 | 137 | 22 | 41 | 132 | 53 |
| Binary | 11010010 | 1110111 | 1011 | 0 | 101011 | 1011111 | 10010 | 100001 | 1011010 | 101011 |
Color Harmonies of #D2770B
Complementary color
Monochromatic Colors of #D2770B
Black with #D2770B
Text Example
Text Example
White with #D2770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2770B; }
p { color: rgb(210,119,11); }
H1.HeaderClassName
{
color: #D2770B;
}
.AnyTagClassName
{
color: #D2770B;
}
</style>
background-color css
<style>
a { background-color: #D2770B; }
a { background-color: rgb(210,119,11); }
div.DivClassName
{
background-color: #D2770B;
}
.BgClassName
{
background-color: #D2770B;
}
</style>
border-color css
<style>
span { border-color: #D2770B; }
span { border-color: rgb(210,119,11); }
td.TdClassName
{
border-color: #D2770B;
}
.TagClassName
{
border-color: #D2770B;
}
</style>