Shades of Ochre #D77D20
Tints of Ochre #D77D20
RGB
CMYK
RGB Variations
Color information
#D77D20 (or 0xD77D20) is known color: Ochre. HEX triplet: D7, 7D and 20. RGB value is (215,125,32). Sum of RGB (Red+Green+Blue) = 215+125+32=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 32 (12.89% from 255 or 8.60% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77D20 is #2882DF. Grayscale: #8D8D8D. Windows color (decimal): -2654944 or 2129367. OLE color: 2129367.
HSL color Cylindrical-coordinate representation of color #D77D20: hue angle of 30.49º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D77D20 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 32 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.16 |
| HSL | 30.49º | 0.74% | 0.48% | - |
| HSV(B) | 30.49º | 0.85% | 0.84% | - |
| XYZ | 35.62 | 29.22 | 5.13 | - |
| YUV | 141.31 | 66.32 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 32 | 0 | 0.42 | 0.85 | 0.16 | 30.49 | 0.74 | 0.48 |
| Hex | D7 | 7D | 20 | 0 | 2A | 55 | 10 | 1E | 4A | 30 |
| Octal | 327 | 175 | 40 | 0 | 52 | 125 | 20 | 36 | 112 | 60 |
| Binary | 11010111 | 1111101 | 100000 | 0 | 101010 | 1010101 | 10000 | 11110 | 1001010 | 110000 |
Color Harmonies of #D77D20
Complementary color
Monochromatic Colors of #D77D20
Black with #D77D20
Text Example
Text Example
White with #D77D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77D20; }
p { color: rgb(215,125,32); }
H1.HeaderClassName
{
color: #D77D20;
}
.AnyTagClassName
{
color: #D77D20;
}
</style>
background-color css
<style>
a { background-color: #D77D20; }
a { background-color: rgb(215,125,32); }
div.DivClassName
{
background-color: #D77D20;
}
.BgClassName
{
background-color: #D77D20;
}
</style>
border-color css
<style>
span { border-color: #D77D20; }
span { border-color: rgb(215,125,32); }
td.TdClassName
{
border-color: #D77D20;
}
.TagClassName
{
border-color: #D77D20;
}
</style>