Shades of Ochre #D18223
Tints of Ochre #D18223
RGB
CMYK
RGB Variations
Color information
#D18223 (or 0xD18223) is known color: Ochre. HEX triplet: D1, 82 and 23. RGB value is (209,130,35). Sum of RGB (Red+Green+Blue) = 209+130+35=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 35 (14.06% from 255 or 9.36% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D18223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18223 is #2E7DDC. Grayscale: #8F8F8F. Windows color (decimal): -3046877 or 2327249. OLE color: 2327249.
HSL color Cylindrical-coordinate representation of color #D18223: hue angle of 32.76º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D18223 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 35 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.18 |
| HSL | 32.76º | 0.71% | 0.48% | - |
| HSV(B) | 32.76º | 0.83% | 0.82% | - |
| XYZ | 34.58 | 29.64 | 5.49 | - |
| YUV | 142.79 | 67.17 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 35 | 0 | 0.38 | 0.83 | 0.18 | 32.76 | 0.71 | 0.48 |
| Hex | D1 | 82 | 23 | 0 | 26 | 53 | 12 | 21 | 47 | 30 |
| Octal | 321 | 202 | 43 | 0 | 46 | 123 | 22 | 41 | 107 | 60 |
| Binary | 11010001 | 10000010 | 100011 | 0 | 100110 | 1010011 | 10010 | 100001 | 1000111 | 110000 |
Color Harmonies of #D18223
Complementary color
Monochromatic Colors of #D18223
Black with #D18223
Text Example
Text Example
White with #D18223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18223; }
p { color: rgb(209,130,35); }
H1.HeaderClassName
{
color: #D18223;
}
.AnyTagClassName
{
color: #D18223;
}
</style>
background-color css
<style>
a { background-color: #D18223; }
a { background-color: rgb(209,130,35); }
div.DivClassName
{
background-color: #D18223;
}
.BgClassName
{
background-color: #D18223;
}
</style>
border-color css
<style>
span { border-color: #D18223; }
span { border-color: rgb(209,130,35); }
td.TdClassName
{
border-color: #D18223;
}
.TagClassName
{
border-color: #D18223;
}
</style>