Shades of Ochre #D5780D
Tints of Ochre #D5780D
RGB
CMYK
RGB Variations
Color information
#D5780D (or 0xD5780D) is known color: Ochre. HEX triplet: D5, 78 and 0D. RGB value is (213,120,13). Sum of RGB (Red+Green+Blue) = 213+120+13=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D5780D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5780D is #2A87F2. Grayscale: #888888. Windows color (decimal): -2787315 or 882901. OLE color: 882901.
HSL color Cylindrical-coordinate representation of color #D5780D: hue angle of 32.1º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5780D is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 120 | 13 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.16 |
| HSL | 32.1º | 0.88% | 0.44% | - |
| HSV(B) | 32.1º | 0.94% | 0.84% | - |
| XYZ | 34.23 | 27.61 | 3.91 | - |
| YUV | 135.61 | 58.81 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 120 | 13 | 0 | 0.44 | 0.94 | 0.16 | 32.1 | 0.88 | 0.44 |
| Hex | D5 | 78 | D | 0 | 2C | 5E | 10 | 20 | 58 | 2C |
| Octal | 325 | 170 | 15 | 0 | 54 | 136 | 20 | 40 | 130 | 54 |
| Binary | 11010101 | 1111000 | 1101 | 0 | 101100 | 1011110 | 10000 | 100000 | 1011000 | 101100 |
Color Harmonies of #D5780D
Complementary color
Monochromatic Colors of #D5780D
Black with #D5780D
Text Example
Text Example
White with #D5780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5780D; }
p { color: rgb(213,120,13); }
H1.HeaderClassName
{
color: #D5780D;
}
.AnyTagClassName
{
color: #D5780D;
}
</style>
background-color css
<style>
a { background-color: #D5780D; }
a { background-color: rgb(213,120,13); }
div.DivClassName
{
background-color: #D5780D;
}
.BgClassName
{
background-color: #D5780D;
}
</style>
border-color css
<style>
span { border-color: #D5780D; }
span { border-color: rgb(213,120,13); }
td.TdClassName
{
border-color: #D5780D;
}
.TagClassName
{
border-color: #D5780D;
}
</style>