Shades of Ochre #D7781A
Tints of Ochre #D7781A
RGB
CMYK
RGB Variations
Color information
#D7781A (or 0xD7781A) is known color: Ochre. HEX triplet: D7, 78 and 1A. RGB value is (215,120,26). Sum of RGB (Red+Green+Blue) = 215+120+26=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D7781A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7781A is #2887E5. Grayscale: #8A8A8A. Windows color (decimal): -2656230 or 1734871. OLE color: 1734871.
HSL color Cylindrical-coordinate representation of color #D7781A: hue angle of 29.84º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D7781A is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 26 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.16 |
| HSL | 29.84º | 0.78% | 0.47% | - |
| HSV(B) | 29.84º | 0.88% | 0.84% | - |
| XYZ | 34.93 | 27.95 | 4.53 | - |
| YUV | 137.69 | 64.97 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 26 | 0 | 0.44 | 0.88 | 0.16 | 29.84 | 0.78 | 0.47 |
| Hex | D7 | 78 | 1A | 0 | 2C | 58 | 10 | 1E | 4E | 2F |
| Octal | 327 | 170 | 32 | 0 | 54 | 130 | 20 | 36 | 116 | 57 |
| Binary | 11010111 | 1111000 | 11010 | 0 | 101100 | 1011000 | 10000 | 11110 | 1001110 | 101111 |
Color Harmonies of #D7781A
Complementary color
Monochromatic Colors of #D7781A
Black with #D7781A
Text Example
Text Example
White with #D7781A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7781A; }
p { color: rgb(215,120,26); }
H1.HeaderClassName
{
color: #D7781A;
}
.AnyTagClassName
{
color: #D7781A;
}
</style>
background-color css
<style>
a { background-color: #D7781A; }
a { background-color: rgb(215,120,26); }
div.DivClassName
{
background-color: #D7781A;
}
.BgClassName
{
background-color: #D7781A;
}
</style>
border-color css
<style>
span { border-color: #D7781A; }
span { border-color: rgb(215,120,26); }
td.TdClassName
{
border-color: #D7781A;
}
.TagClassName
{
border-color: #D7781A;
}
</style>