Shades of Ochre #D37926
Tints of Ochre #D37926
RGB
CMYK
RGB Variations
Color information
#D37926 (or 0xD37926) is known color: Ochre. HEX triplet: D3, 79 and 26. RGB value is (211,121,38). Sum of RGB (Red+Green+Blue) = 211+121+38=370 (49% of max value = 765). Red value is 211 (82.81% from 255 or 57.03% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 38 (15.23% from 255 or 10.27% from 370); Max value from RGB is 211 - color contains mainly: red. Hex color #D37926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37926 is #2C86D9. Grayscale: #8A8A8A. Windows color (decimal): -2918106 or 2521555. OLE color: 2521555.
HSL color Cylindrical-coordinate representation of color #D37926: hue angle of 28.79º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D37926 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 121 | 38 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.17 |
| HSL | 28.79º | 0.69% | 0.49% | - |
| HSV(B) | 28.79º | 0.82% | 0.83% | - |
| XYZ | 34.05 | 27.66 | 5.38 | - |
| YUV | 138.45 | 71.32 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 121 | 38 | 0 | 0.43 | 0.82 | 0.17 | 28.79 | 0.69 | 0.49 |
| Hex | D3 | 79 | 26 | 0 | 2B | 52 | 11 | 1D | 45 | 31 |
| Octal | 323 | 171 | 46 | 0 | 53 | 122 | 21 | 35 | 105 | 61 |
| Binary | 11010011 | 1111001 | 100110 | 0 | 101011 | 1010010 | 10001 | 11101 | 1000101 | 110001 |
Color Harmonies of #D37926
Complementary color
Monochromatic Colors of #D37926
Black with #D37926
Text Example
Text Example
White with #D37926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37926; }
p { color: rgb(211,121,38); }
H1.HeaderClassName
{
color: #D37926;
}
.AnyTagClassName
{
color: #D37926;
}
</style>
background-color css
<style>
a { background-color: #D37926; }
a { background-color: rgb(211,121,38); }
div.DivClassName
{
background-color: #D37926;
}
.BgClassName
{
background-color: #D37926;
}
</style>
border-color css
<style>
span { border-color: #D37926; }
span { border-color: rgb(211,121,38); }
td.TdClassName
{
border-color: #D37926;
}
.TagClassName
{
border-color: #D37926;
}
</style>