Shades of Ochre #D5781B
Tints of Ochre #D5781B
RGB
CMYK
RGB Variations
Color information
#D5781B (or 0xD5781B) is known color: Ochre. HEX triplet: D5, 78 and 1B. RGB value is (213,120,27). Sum of RGB (Red+Green+Blue) = 213+120+27=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D5781B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5781B is #2A87E4. Grayscale: #898989. Windows color (decimal): -2787301 or 1800405. OLE color: 1800405.
HSL color Cylindrical-coordinate representation of color #D5781B: hue angle of 30º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5781B is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 120 | 27 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.16 |
| HSL | 30º | 0.78% | 0.47% | - |
| HSV(B) | 30º | 0.87% | 0.84% | - |
| XYZ | 34.35 | 27.66 | 4.56 | - |
| YUV | 137.21 | 65.81 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 120 | 27 | 0 | 0.44 | 0.87 | 0.16 | 30 | 0.78 | 0.47 |
| Hex | D5 | 78 | 1B | 0 | 2C | 57 | 10 | 1E | 4E | 2F |
| Octal | 325 | 170 | 33 | 0 | 54 | 127 | 20 | 36 | 116 | 57 |
| Binary | 11010101 | 1111000 | 11011 | 0 | 101100 | 1010111 | 10000 | 11110 | 1001110 | 101111 |
Color Harmonies of #D5781B
Complementary color
Monochromatic Colors of #D5781B
Black with #D5781B
Text Example
Text Example
White with #D5781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5781B; }
p { color: rgb(213,120,27); }
H1.HeaderClassName
{
color: #D5781B;
}
.AnyTagClassName
{
color: #D5781B;
}
</style>
background-color css
<style>
a { background-color: #D5781B; }
a { background-color: rgb(213,120,27); }
div.DivClassName
{
background-color: #D5781B;
}
.BgClassName
{
background-color: #D5781B;
}
</style>
border-color css
<style>
span { border-color: #D5781B; }
span { border-color: rgb(213,120,27); }
td.TdClassName
{
border-color: #D5781B;
}
.TagClassName
{
border-color: #D5781B;
}
</style>