Shades of Ochre #D88223
Tints of Ochre #D88223
RGB
CMYK
RGB Variations
Color information
#D88223 (or 0xD88223) is known color: Ochre. HEX triplet: D8, 82 and 23. RGB value is (216,130,35). Sum of RGB (Red+Green+Blue) = 216+130+35=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 35 (14.06% from 255 or 9.19% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D88223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88223 is #277DDC. Grayscale: #919191. Windows color (decimal): -2588125 or 2327256. OLE color: 2327256.
HSL color Cylindrical-coordinate representation of color #D88223: hue angle of 31.49º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D88223 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 130 | 35 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.15 |
| HSL | 31.49º | 0.72% | 0.49% | - |
| HSV(B) | 31.49º | 0.84% | 0.85% | - |
| XYZ | 36.6 | 30.69 | 5.58 | - |
| YUV | 144.88 | 65.99 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 130 | 35 | 0 | 0.40 | 0.84 | 0.15 | 31.49 | 0.72 | 0.49 |
| Hex | D8 | 82 | 23 | 0 | 28 | 54 | F | 1F | 48 | 31 |
| Octal | 330 | 202 | 43 | 0 | 50 | 124 | 17 | 37 | 110 | 61 |
| Binary | 11011000 | 10000010 | 100011 | 0 | 101000 | 1010100 | 1111 | 11111 | 1001000 | 110001 |
Color Harmonies of #D88223
Complementary color
Monochromatic Colors of #D88223
Black with #D88223
Text Example
Text Example
White with #D88223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88223; }
p { color: rgb(216,130,35); }
H1.HeaderClassName
{
color: #D88223;
}
.AnyTagClassName
{
color: #D88223;
}
</style>
background-color css
<style>
a { background-color: #D88223; }
a { background-color: rgb(216,130,35); }
div.DivClassName
{
background-color: #D88223;
}
.BgClassName
{
background-color: #D88223;
}
</style>
border-color css
<style>
span { border-color: #D88223; }
span { border-color: rgb(216,130,35); }
td.TdClassName
{
border-color: #D88223;
}
.TagClassName
{
border-color: #D88223;
}
</style>