Shades of Ochre #D88320
Tints of Ochre #D88320
RGB
CMYK
RGB Variations
Color information
#D88320 (or 0xD88320) is known color: Ochre. HEX triplet: D8, 83 and 20. RGB value is (216,131,32). Sum of RGB (Red+Green+Blue) = 216+131+32=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D88320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88320 is #277CDF. Grayscale: #919191. Windows color (decimal): -2587872 or 2130904. OLE color: 2130904.
HSL color Cylindrical-coordinate representation of color #D88320: hue angle of 32.28º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D88320 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 131 | 32 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.15 |
| HSL | 32.28º | 0.74% | 0.49% | - |
| HSV(B) | 32.28º | 0.85% | 0.85% | - |
| XYZ | 36.7 | 30.94 | 5.4 | - |
| YUV | 145.13 | 64.16 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 131 | 32 | 0 | 0.39 | 0.85 | 0.15 | 32.28 | 0.74 | 0.49 |
| Hex | D8 | 83 | 20 | 0 | 27 | 55 | F | 20 | 4A | 31 |
| Octal | 330 | 203 | 40 | 0 | 47 | 125 | 17 | 40 | 112 | 61 |
| Binary | 11011000 | 10000011 | 100000 | 0 | 100111 | 1010101 | 1111 | 100000 | 1001010 | 110001 |
Color Harmonies of #D88320
Complementary color
Monochromatic Colors of #D88320
Black with #D88320
Text Example
Text Example
White with #D88320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88320; }
p { color: rgb(216,131,32); }
H1.HeaderClassName
{
color: #D88320;
}
.AnyTagClassName
{
color: #D88320;
}
</style>
background-color css
<style>
a { background-color: #D88320; }
a { background-color: rgb(216,131,32); }
div.DivClassName
{
background-color: #D88320;
}
.BgClassName
{
background-color: #D88320;
}
</style>
border-color css
<style>
span { border-color: #D88320; }
span { border-color: rgb(216,131,32); }
td.TdClassName
{
border-color: #D88320;
}
.TagClassName
{
border-color: #D88320;
}
</style>