Shades of Ochre #D77D1D
Tints of Ochre #D77D1D
RGB
CMYK
RGB Variations
Color information
#D77D1D (or 0xD77D1D) is known color: Ochre. HEX triplet: D7, 7D and 1D. RGB value is (215,125,29). Sum of RGB (Red+Green+Blue) = 215+125+29=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77D1D is #2882E2. Grayscale: #8D8D8D. Windows color (decimal): -2654947 or 1932759. OLE color: 1932759.
HSL color Cylindrical-coordinate representation of color #D77D1D: hue angle of 30.97º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D77D1D is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 29 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.16 |
| HSL | 30.97º | 0.76% | 0.48% | - |
| HSV(B) | 30.97º | 0.87% | 0.84% | - |
| XYZ | 35.58 | 29.2 | 4.92 | - |
| YUV | 140.97 | 64.82 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 29 | 0 | 0.42 | 0.87 | 0.16 | 30.97 | 0.76 | 0.48 |
| Hex | D7 | 7D | 1D | 0 | 2A | 57 | 10 | 1F | 4C | 30 |
| Octal | 327 | 175 | 35 | 0 | 52 | 127 | 20 | 37 | 114 | 60 |
| Binary | 11010111 | 1111101 | 11101 | 0 | 101010 | 1010111 | 10000 | 11111 | 1001100 | 110000 |
Color Harmonies of #D77D1D
Complementary color
Monochromatic Colors of #D77D1D
Black with #D77D1D
Text Example
Text Example
White with #D77D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77D1D; }
p { color: rgb(215,125,29); }
H1.HeaderClassName
{
color: #D77D1D;
}
.AnyTagClassName
{
color: #D77D1D;
}
</style>
background-color css
<style>
a { background-color: #D77D1D; }
a { background-color: rgb(215,125,29); }
div.DivClassName
{
background-color: #D77D1D;
}
.BgClassName
{
background-color: #D77D1D;
}
</style>
border-color css
<style>
span { border-color: #D77D1D; }
span { border-color: rgb(215,125,29); }
td.TdClassName
{
border-color: #D77D1D;
}
.TagClassName
{
border-color: #D77D1D;
}
</style>