Shades of Ochre #D47B28
Tints of Ochre #D47B28
RGB
CMYK
RGB Variations
Color information
#D47B28 (or 0xD47B28) is known color: Ochre. HEX triplet: D4, 7B and 28. RGB value is (212,123,40). Sum of RGB (Red+Green+Blue) = 212+123+40=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D47B28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47B28 is #2B84D7. Grayscale: #8C8C8C. Windows color (decimal): -2852056 or 2653140. OLE color: 2653140.
HSL color Cylindrical-coordinate representation of color #D47B28: hue angle of 28.95º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D47B28 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 123 | 40 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.17 |
| HSL | 28.95º | 0.68% | 0.49% | - |
| HSV(B) | 28.95º | 0.81% | 0.83% | - |
| XYZ | 34.62 | 28.32 | 5.65 | - |
| YUV | 140.15 | 71.49 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 123 | 40 | 0 | 0.42 | 0.81 | 0.17 | 28.95 | 0.68 | 0.49 |
| Hex | D4 | 7B | 28 | 0 | 2A | 51 | 11 | 1D | 44 | 31 |
| Octal | 324 | 173 | 50 | 0 | 52 | 121 | 21 | 35 | 104 | 61 |
| Binary | 11010100 | 1111011 | 101000 | 0 | 101010 | 1010001 | 10001 | 11101 | 1000100 | 110001 |
Color Harmonies of #D47B28
Complementary color
Monochromatic Colors of #D47B28
Black with #D47B28
Text Example
Text Example
White with #D47B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47B28; }
p { color: rgb(212,123,40); }
H1.HeaderClassName
{
color: #D47B28;
}
.AnyTagClassName
{
color: #D47B28;
}
</style>
background-color css
<style>
a { background-color: #D47B28; }
a { background-color: rgb(212,123,40); }
div.DivClassName
{
background-color: #D47B28;
}
.BgClassName
{
background-color: #D47B28;
}
</style>
border-color css
<style>
span { border-color: #D47B28; }
span { border-color: rgb(212,123,40); }
td.TdClassName
{
border-color: #D47B28;
}
.TagClassName
{
border-color: #D47B28;
}
</style>