Shades of Ochre #D2781A
Tints of Ochre #D2781A
RGB
CMYK
RGB Variations
Color information
#D2781A (or 0xD2781A) is known color: Ochre. HEX triplet: D2, 78 and 1A. RGB value is (210,120,26). Sum of RGB (Red+Green+Blue) = 210+120+26=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D2781A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2781A is #2D87E5. Grayscale: #888888. Windows color (decimal): -2983910 or 1734866. OLE color: 1734866.
HSL color Cylindrical-coordinate representation of color #D2781A: hue angle of 30.65º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2781A is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 120 | 26 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.18 |
| HSL | 30.65º | 0.78% | 0.46% | - |
| HSV(B) | 30.65º | 0.88% | 0.82% | - |
| XYZ | 33.48 | 27.21 | 4.46 | - |
| YUV | 136.19 | 65.82 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 120 | 26 | 0 | 0.43 | 0.88 | 0.18 | 30.65 | 0.78 | 0.46 |
| Hex | D2 | 78 | 1A | 0 | 2B | 58 | 12 | 1F | 4E | 2E |
| Octal | 322 | 170 | 32 | 0 | 53 | 130 | 22 | 37 | 116 | 56 |
| Binary | 11010010 | 1111000 | 11010 | 0 | 101011 | 1011000 | 10010 | 11111 | 1001110 | 101110 |
Color Harmonies of #D2781A
Complementary color
Monochromatic Colors of #D2781A
Black with #D2781A
Text Example
Text Example
White with #D2781A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2781A; }
p { color: rgb(210,120,26); }
H1.HeaderClassName
{
color: #D2781A;
}
.AnyTagClassName
{
color: #D2781A;
}
</style>
background-color css
<style>
a { background-color: #D2781A; }
a { background-color: rgb(210,120,26); }
div.DivClassName
{
background-color: #D2781A;
}
.BgClassName
{
background-color: #D2781A;
}
</style>
border-color css
<style>
span { border-color: #D2781A; }
span { border-color: rgb(210,120,26); }
td.TdClassName
{
border-color: #D2781A;
}
.TagClassName
{
border-color: #D2781A;
}
</style>