Shades of Ochre #D37B0B
Tints of Ochre #D37B0B
RGB
CMYK
RGB Variations
Color information
#D37B0B (or 0xD37B0B) is known color: Ochre. HEX triplet: D3, 7B and 0B. RGB value is (211,123,11). Sum of RGB (Red+Green+Blue) = 211+123+11=345 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.16% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 211 - color contains mainly: red. Hex color #D37B0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37B0B is #2C84F4. Grayscale: #898989. Windows color (decimal): -2917621 or 752595. OLE color: 752595.
HSL color Cylindrical-coordinate representation of color #D37B0B: hue angle of 33.6º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D37B0B is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 123 | 11 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.17 |
| HSL | 33.6º | 0.9% | 0.44% | - |
| HSV(B) | 33.6º | 0.95% | 0.83% | - |
| XYZ | 34.01 | 28.04 | 3.94 | - |
| YUV | 136.54 | 57.15 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 123 | 11 | 0 | 0.42 | 0.95 | 0.17 | 33.6 | 0.9 | 0.44 |
| Hex | D3 | 7B | B | 0 | 2A | 5F | 11 | 22 | 5A | 2C |
| Octal | 323 | 173 | 13 | 0 | 52 | 137 | 21 | 42 | 132 | 54 |
| Binary | 11010011 | 1111011 | 1011 | 0 | 101010 | 1011111 | 10001 | 100010 | 1011010 | 101100 |
Color Harmonies of #D37B0B
Complementary color
Monochromatic Colors of #D37B0B
Black with #D37B0B
Text Example
Text Example
White with #D37B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37B0B; }
p { color: rgb(211,123,11); }
H1.HeaderClassName
{
color: #D37B0B;
}
.AnyTagClassName
{
color: #D37B0B;
}
</style>
background-color css
<style>
a { background-color: #D37B0B; }
a { background-color: rgb(211,123,11); }
div.DivClassName
{
background-color: #D37B0B;
}
.BgClassName
{
background-color: #D37B0B;
}
</style>
border-color css
<style>
span { border-color: #D37B0B; }
span { border-color: rgb(211,123,11); }
td.TdClassName
{
border-color: #D37B0B;
}
.TagClassName
{
border-color: #D37B0B;
}
</style>