Shades of Ochre #D77D25
Tints of Ochre #D77D25
RGB
CMYK
RGB Variations
Color information
#D77D25 (or 0xD77D25) is known color: Ochre. HEX triplet: D7, 7D and 25. RGB value is (215,125,37). Sum of RGB (Red+Green+Blue) = 215+125+37=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 37 (14.84% from 255 or 9.81% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77D25 is #2882DA. Grayscale: #8E8E8E. Windows color (decimal): -2654939 or 2457047. OLE color: 2457047.
HSL color Cylindrical-coordinate representation of color #D77D25: hue angle of 29.66º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D77D25 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 37 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.16 |
| HSL | 29.66º | 0.71% | 0.49% | - |
| HSV(B) | 29.66º | 0.83% | 0.84% | - |
| XYZ | 35.69 | 29.25 | 5.51 | - |
| YUV | 141.88 | 68.82 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 37 | 0 | 0.42 | 0.83 | 0.16 | 29.66 | 0.71 | 0.49 |
| Hex | D7 | 7D | 25 | 0 | 2A | 53 | 10 | 1E | 47 | 31 |
| Octal | 327 | 175 | 45 | 0 | 52 | 123 | 20 | 36 | 107 | 61 |
| Binary | 11010111 | 1111101 | 100101 | 0 | 101010 | 1010011 | 10000 | 11110 | 1000111 | 110001 |
Color Harmonies of #D77D25
Complementary color
Monochromatic Colors of #D77D25
Black with #D77D25
Text Example
Text Example
White with #D77D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77D25; }
p { color: rgb(215,125,37); }
H1.HeaderClassName
{
color: #D77D25;
}
.AnyTagClassName
{
color: #D77D25;
}
</style>
background-color css
<style>
a { background-color: #D77D25; }
a { background-color: rgb(215,125,37); }
div.DivClassName
{
background-color: #D77D25;
}
.BgClassName
{
background-color: #D77D25;
}
</style>
border-color css
<style>
span { border-color: #D77D25; }
span { border-color: rgb(215,125,37); }
td.TdClassName
{
border-color: #D77D25;
}
.TagClassName
{
border-color: #D77D25;
}
</style>