Shades of Ochre #D37B0D
Tints of Ochre #D37B0D
RGB
CMYK
RGB Variations
Color information
#D37B0D (or 0xD37B0D) is known color: Ochre. HEX triplet: D3, 7B and 0D. RGB value is (211,123,13). Sum of RGB (Red+Green+Blue) = 211+123+13=347 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.81% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 211 - color contains mainly: red. Hex color #D37B0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37B0D is #2C84F2. Grayscale: #898989. Windows color (decimal): -2917619 or 883667. OLE color: 883667.
HSL color Cylindrical-coordinate representation of color #D37B0D: hue angle of 33.33º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D37B0D is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 123 | 13 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.17 |
| HSL | 33.33º | 0.88% | 0.44% | - |
| HSV(B) | 33.33º | 0.94% | 0.83% | - |
| XYZ | 34.02 | 28.04 | 4 | - |
| YUV | 136.77 | 58.15 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 123 | 13 | 0 | 0.42 | 0.94 | 0.17 | 33.33 | 0.88 | 0.44 |
| Hex | D3 | 7B | D | 0 | 2A | 5E | 11 | 21 | 58 | 2C |
| Octal | 323 | 173 | 15 | 0 | 52 | 136 | 21 | 41 | 130 | 54 |
| Binary | 11010011 | 1111011 | 1101 | 0 | 101010 | 1011110 | 10001 | 100001 | 1011000 | 101100 |
Color Harmonies of #D37B0D
Complementary color
Monochromatic Colors of #D37B0D
Black with #D37B0D
Text Example
Text Example
White with #D37B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37B0D; }
p { color: rgb(211,123,13); }
H1.HeaderClassName
{
color: #D37B0D;
}
.AnyTagClassName
{
color: #D37B0D;
}
</style>
background-color css
<style>
a { background-color: #D37B0D; }
a { background-color: rgb(211,123,13); }
div.DivClassName
{
background-color: #D37B0D;
}
.BgClassName
{
background-color: #D37B0D;
}
</style>
border-color css
<style>
span { border-color: #D37B0D; }
span { border-color: rgb(211,123,13); }
td.TdClassName
{
border-color: #D37B0D;
}
.TagClassName
{
border-color: #D37B0D;
}
</style>