Shades of Ochre #D37A1A
Tints of Ochre #D37A1A
RGB
CMYK
RGB Variations
Color information
#D37A1A (or 0xD37A1A) is known color: Ochre. HEX triplet: D3, 7A and 1A. RGB value is (211,122,26). Sum of RGB (Red+Green+Blue) = 211+122+26=359 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.77% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 26 (10.55% from 255 or 7.24% from 359); Max value from RGB is 211 - color contains mainly: red. Hex color #D37A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37A1A is #2C85E5. Grayscale: #8A8A8A. Windows color (decimal): -2917862 or 1735379. OLE color: 1735379.
HSL color Cylindrical-coordinate representation of color #D37A1A: hue angle of 31.14º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D37A1A is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 122 | 26 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.17 |
| HSL | 31.14º | 0.78% | 0.46% | - |
| HSV(B) | 31.14º | 0.88% | 0.83% | - |
| XYZ | 34.01 | 27.84 | 4.56 | - |
| YUV | 137.67 | 64.99 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 122 | 26 | 0 | 0.42 | 0.88 | 0.17 | 31.14 | 0.78 | 0.46 |
| Hex | D3 | 7A | 1A | 0 | 2A | 58 | 11 | 1F | 4E | 2E |
| Octal | 323 | 172 | 32 | 0 | 52 | 130 | 21 | 37 | 116 | 56 |
| Binary | 11010011 | 1111010 | 11010 | 0 | 101010 | 1011000 | 10001 | 11111 | 1001110 | 101110 |
Color Harmonies of #D37A1A
Complementary color
Monochromatic Colors of #D37A1A
Black with #D37A1A
Text Example
Text Example
White with #D37A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37A1A; }
p { color: rgb(211,122,26); }
H1.HeaderClassName
{
color: #D37A1A;
}
.AnyTagClassName
{
color: #D37A1A;
}
</style>
background-color css
<style>
a { background-color: #D37A1A; }
a { background-color: rgb(211,122,26); }
div.DivClassName
{
background-color: #D37A1A;
}
.BgClassName
{
background-color: #D37A1A;
}
</style>
border-color css
<style>
span { border-color: #D37A1A; }
span { border-color: rgb(211,122,26); }
td.TdClassName
{
border-color: #D37A1A;
}
.TagClassName
{
border-color: #D37A1A;
}
</style>