Shades of Ochre #D77B19
Tints of Ochre #D77B19
RGB
CMYK
RGB Variations
Color information
#D77B19 (or 0xD77B19) is known color: Ochre. HEX triplet: D7, 7B and 19. RGB value is (215,123,25). Sum of RGB (Red+Green+Blue) = 215+123+25=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77B19 is #2884E6. Grayscale: #8B8B8B. Windows color (decimal): -2655463 or 1670103. OLE color: 1670103.
HSL color Cylindrical-coordinate representation of color #D77B19: hue angle of 30.95º degrees, saturation: 0.79, 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 #D77B19 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 25 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.16 |
| HSL | 30.95º | 0.79% | 0.47% | - |
| HSV(B) | 30.95º | 0.88% | 0.84% | - |
| XYZ | 35.28 | 28.68 | 4.6 | - |
| YUV | 139.34 | 63.48 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 25 | 0 | 0.43 | 0.88 | 0.16 | 30.95 | 0.79 | 0.47 |
| Hex | D7 | 7B | 19 | 0 | 2B | 58 | 10 | 1F | 4F | 2F |
| Octal | 327 | 173 | 31 | 0 | 53 | 130 | 20 | 37 | 117 | 57 |
| Binary | 11010111 | 1111011 | 11001 | 0 | 101011 | 1011000 | 10000 | 11111 | 1001111 | 101111 |
Color Harmonies of #D77B19
Complementary color
Monochromatic Colors of #D77B19
Black with #D77B19
Text Example
Text Example
White with #D77B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77B19; }
p { color: rgb(215,123,25); }
H1.HeaderClassName
{
color: #D77B19;
}
.AnyTagClassName
{
color: #D77B19;
}
</style>
background-color css
<style>
a { background-color: #D77B19; }
a { background-color: rgb(215,123,25); }
div.DivClassName
{
background-color: #D77B19;
}
.BgClassName
{
background-color: #D77B19;
}
</style>
border-color css
<style>
span { border-color: #D77B19; }
span { border-color: rgb(215,123,25); }
td.TdClassName
{
border-color: #D77B19;
}
.TagClassName
{
border-color: #D77B19;
}
</style>