Shades of Ochre #D37B0F
Tints of Ochre #D37B0F
RGB
CMYK
RGB Variations
Color information
#D37B0F (or 0xD37B0F) is known color: Ochre. HEX triplet: D3, 7B and 0F. RGB value is (211,123,15). Sum of RGB (Red+Green+Blue) = 211+123+15=349 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.46% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 211 - color contains mainly: red. Hex color #D37B0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37B0F is #2C84F0. Grayscale: #898989. Windows color (decimal): -2917617 or 1014739. OLE color: 1014739.
HSL color Cylindrical-coordinate representation of color #D37B0F: hue angle of 33.06º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D37B0F is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 123 | 15 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.17 |
| HSL | 33.06º | 0.87% | 0.44% | - |
| HSV(B) | 33.06º | 0.93% | 0.83% | - |
| XYZ | 34.03 | 28.05 | 4.07 | - |
| YUV | 137 | 59.15 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 123 | 15 | 0 | 0.42 | 0.93 | 0.17 | 33.06 | 0.87 | 0.44 |
| Hex | D3 | 7B | F | 0 | 2A | 5D | 11 | 21 | 57 | 2C |
| Octal | 323 | 173 | 17 | 0 | 52 | 135 | 21 | 41 | 127 | 54 |
| Binary | 11010011 | 1111011 | 1111 | 0 | 101010 | 1011101 | 10001 | 100001 | 1010111 | 101100 |
Color Harmonies of #D37B0F
Complementary color
Monochromatic Colors of #D37B0F
Black with #D37B0F
Text Example
Text Example
White with #D37B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37B0F; }
p { color: rgb(211,123,15); }
H1.HeaderClassName
{
color: #D37B0F;
}
.AnyTagClassName
{
color: #D37B0F;
}
</style>
background-color css
<style>
a { background-color: #D37B0F; }
a { background-color: rgb(211,123,15); }
div.DivClassName
{
background-color: #D37B0F;
}
.BgClassName
{
background-color: #D37B0F;
}
</style>
border-color css
<style>
span { border-color: #D37B0F; }
span { border-color: rgb(211,123,15); }
td.TdClassName
{
border-color: #D37B0F;
}
.TagClassName
{
border-color: #D37B0F;
}
</style>