Shades of Ochre #D37A1D
Tints of Ochre #D37A1D
RGB
CMYK
RGB Variations
Color information
#D37A1D (or 0xD37A1D) is known color: Ochre. HEX triplet: D3, 7A and 1D. RGB value is (211,122,29). Sum of RGB (Red+Green+Blue) = 211+122+29=362 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.29% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 211 - color contains mainly: red. Hex color #D37A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37A1D is #2C85E2. Grayscale: #8A8A8A. Windows color (decimal): -2917859 or 1931987. OLE color: 1931987.
HSL color Cylindrical-coordinate representation of color #D37A1D: hue angle of 30.66º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D37A1D is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 122 | 29 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.17 |
| HSL | 30.66º | 0.76% | 0.47% | - |
| HSV(B) | 30.66º | 0.86% | 0.83% | - |
| XYZ | 34.05 | 27.86 | 4.74 | - |
| YUV | 138.01 | 66.49 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 122 | 29 | 0 | 0.42 | 0.86 | 0.17 | 30.66 | 0.76 | 0.47 |
| Hex | D3 | 7A | 1D | 0 | 2A | 56 | 11 | 1F | 4C | 2F |
| Octal | 323 | 172 | 35 | 0 | 52 | 126 | 21 | 37 | 114 | 57 |
| Binary | 11010011 | 1111010 | 11101 | 0 | 101010 | 1010110 | 10001 | 11111 | 1001100 | 101111 |
Color Harmonies of #D37A1D
Complementary color
Monochromatic Colors of #D37A1D
Black with #D37A1D
Text Example
Text Example
White with #D37A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37A1D; }
p { color: rgb(211,122,29); }
H1.HeaderClassName
{
color: #D37A1D;
}
.AnyTagClassName
{
color: #D37A1D;
}
</style>
background-color css
<style>
a { background-color: #D37A1D; }
a { background-color: rgb(211,122,29); }
div.DivClassName
{
background-color: #D37A1D;
}
.BgClassName
{
background-color: #D37A1D;
}
</style>
border-color css
<style>
span { border-color: #D37A1D; }
span { border-color: rgb(211,122,29); }
td.TdClassName
{
border-color: #D37A1D;
}
.TagClassName
{
border-color: #D37A1D;
}
</style>