Shades of Ochre #D37A1B
Tints of Ochre #D37A1B
RGB
CMYK
RGB Variations
Color information
#D37A1B (or 0xD37A1B) is known color: Ochre. HEX triplet: D3, 7A and 1B. RGB value is (211,122,27). Sum of RGB (Red+Green+Blue) = 211+122+27=360 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.61% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 211 - color contains mainly: red. Hex color #D37A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37A1B is #2C85E4. Grayscale: #8A8A8A. Windows color (decimal): -2917861 or 1800915. OLE color: 1800915.
HSL color Cylindrical-coordinate representation of color #D37A1B: hue angle of 30.98º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D37A1B is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 122 | 27 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.17 |
| HSL | 30.98º | 0.77% | 0.47% | - |
| HSV(B) | 30.98º | 0.87% | 0.83% | - |
| XYZ | 34.02 | 27.85 | 4.62 | - |
| YUV | 137.78 | 65.49 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 122 | 27 | 0 | 0.42 | 0.87 | 0.17 | 30.98 | 0.77 | 0.47 |
| Hex | D3 | 7A | 1B | 0 | 2A | 57 | 11 | 1F | 4D | 2F |
| Octal | 323 | 172 | 33 | 0 | 52 | 127 | 21 | 37 | 115 | 57 |
| Binary | 11010011 | 1111010 | 11011 | 0 | 101010 | 1010111 | 10001 | 11111 | 1001101 | 101111 |
Color Harmonies of #D37A1B
Complementary color
Monochromatic Colors of #D37A1B
Black with #D37A1B
Text Example
Text Example
White with #D37A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37A1B; }
p { color: rgb(211,122,27); }
H1.HeaderClassName
{
color: #D37A1B;
}
.AnyTagClassName
{
color: #D37A1B;
}
</style>
background-color css
<style>
a { background-color: #D37A1B; }
a { background-color: rgb(211,122,27); }
div.DivClassName
{
background-color: #D37A1B;
}
.BgClassName
{
background-color: #D37A1B;
}
</style>
border-color css
<style>
span { border-color: #D37A1B; }
span { border-color: rgb(211,122,27); }
td.TdClassName
{
border-color: #D37A1B;
}
.TagClassName
{
border-color: #D37A1B;
}
</style>