Shades of Ochre #D47323
Tints of Ochre #D47323
RGB
CMYK
RGB Variations
Color information
#D47323 (or 0xD47323) is known color: Ochre. HEX triplet: D4, 73 and 23. RGB value is (212,115,35). Sum of RGB (Red+Green+Blue) = 212+115+35=362 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.56% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 35 (14.06% from 255 or 9.67% from 362); Max value from RGB is 212 - color contains mainly: red. Hex color #D47323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47323 is #2B8CDC. Grayscale: #878787. Windows color (decimal): -2854109 or 2323412. OLE color: 2323412.
HSL color Cylindrical-coordinate representation of color #D47323: hue angle of 27.12º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D47323 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 115 | 35 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.17 |
| HSL | 27.12º | 0.72% | 0.48% | - |
| HSV(B) | 27.12º | 0.83% | 0.83% | - |
| XYZ | 33.59 | 26.38 | 4.91 | - |
| YUV | 134.88 | 71.64 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 115 | 35 | 0 | 0.46 | 0.83 | 0.17 | 27.12 | 0.72 | 0.48 |
| Hex | D4 | 73 | 23 | 0 | 2E | 53 | 11 | 1B | 48 | 30 |
| Octal | 324 | 163 | 43 | 0 | 56 | 123 | 21 | 33 | 110 | 60 |
| Binary | 11010100 | 1110011 | 100011 | 0 | 101110 | 1010011 | 10001 | 11011 | 1001000 | 110000 |
Color Harmonies of #D47323
Complementary color
Monochromatic Colors of #D47323
Black with #D47323
Text Example
Text Example
White with #D47323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47323; }
p { color: rgb(212,115,35); }
H1.HeaderClassName
{
color: #D47323;
}
.AnyTagClassName
{
color: #D47323;
}
</style>
background-color css
<style>
a { background-color: #D47323; }
a { background-color: rgb(212,115,35); }
div.DivClassName
{
background-color: #D47323;
}
.BgClassName
{
background-color: #D47323;
}
</style>
border-color css
<style>
span { border-color: #D47323; }
span { border-color: rgb(212,115,35); }
td.TdClassName
{
border-color: #D47323;
}
.TagClassName
{
border-color: #D47323;
}
</style>