Shades of Ochre #D2782B
Tints of Ochre #D2782B
RGB
CMYK
RGB Variations
Color information
#D2782B (or 0xD2782B) is known color: Ochre. HEX triplet: D2, 78 and 2B. RGB value is (210,120,43). Sum of RGB (Red+Green+Blue) = 210+120+43=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 43 (17.19% from 255 or 11.53% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D2782B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2782B is #2D87D4. Grayscale: #8A8A8A. Windows color (decimal): -2983893 or 2848978. OLE color: 2848978.
HSL color Cylindrical-coordinate representation of color #D2782B: hue angle of 27.66º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2782B is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 120 | 43 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.18 |
| HSL | 27.66º | 0.66% | 0.5% | - |
| HSV(B) | 27.66º | 0.8% | 0.82% | - |
| XYZ | 33.73 | 27.31 | 5.78 | - |
| YUV | 138.13 | 74.32 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 120 | 43 | 0 | 0.43 | 0.80 | 0.18 | 27.66 | 0.66 | 0.5 |
| Hex | D2 | 78 | 2B | 0 | 2B | 50 | 12 | 1C | 42 | 32 |
| Octal | 322 | 170 | 53 | 0 | 53 | 120 | 22 | 34 | 102 | 62 |
| Binary | 11010010 | 1111000 | 101011 | 0 | 101011 | 1010000 | 10010 | 11100 | 1000010 | 110010 |
Color Harmonies of #D2782B
Complementary color
Monochromatic Colors of #D2782B
Black with #D2782B
Text Example
Text Example
White with #D2782B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2782B; }
p { color: rgb(210,120,43); }
H1.HeaderClassName
{
color: #D2782B;
}
.AnyTagClassName
{
color: #D2782B;
}
</style>
background-color css
<style>
a { background-color: #D2782B; }
a { background-color: rgb(210,120,43); }
div.DivClassName
{
background-color: #D2782B;
}
.BgClassName
{
background-color: #D2782B;
}
</style>
border-color css
<style>
span { border-color: #D2782B; }
span { border-color: rgb(210,120,43); }
td.TdClassName
{
border-color: #D2782B;
}
.TagClassName
{
border-color: #D2782B;
}
</style>