Shades of Ochre #D38223
Tints of Ochre #D38223
RGB
CMYK
RGB Variations
Color information
#D38223 (or 0xD38223) is known color: Ochre. HEX triplet: D3, 82 and 23. RGB value is (211,130,35). Sum of RGB (Red+Green+Blue) = 211+130+35=376 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.12% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 35 (14.06% from 255 or 9.31% from 376); Max value from RGB is 211 - color contains mainly: red. Hex color #D38223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38223 is #2C7DDC. Grayscale: #8F8F8F. Windows color (decimal): -2915805 or 2327251. OLE color: 2327251.
HSL color Cylindrical-coordinate representation of color #D38223: hue angle of 32.39º 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 #D38223 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 130 | 35 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.17 |
| HSL | 32.39º | 0.72% | 0.48% | - |
| HSV(B) | 32.39º | 0.83% | 0.83% | - |
| XYZ | 35.15 | 29.94 | 5.52 | - |
| YUV | 143.39 | 66.84 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 130 | 35 | 0 | 0.38 | 0.83 | 0.17 | 32.39 | 0.72 | 0.48 |
| Hex | D3 | 82 | 23 | 0 | 26 | 53 | 11 | 20 | 48 | 30 |
| Octal | 323 | 202 | 43 | 0 | 46 | 123 | 21 | 40 | 110 | 60 |
| Binary | 11010011 | 10000010 | 100011 | 0 | 100110 | 1010011 | 10001 | 100000 | 1001000 | 110000 |
Color Harmonies of #D38223
Complementary color
Monochromatic Colors of #D38223
Black with #D38223
Text Example
Text Example
White with #D38223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38223; }
p { color: rgb(211,130,35); }
H1.HeaderClassName
{
color: #D38223;
}
.AnyTagClassName
{
color: #D38223;
}
</style>
background-color css
<style>
a { background-color: #D38223; }
a { background-color: rgb(211,130,35); }
div.DivClassName
{
background-color: #D38223;
}
.BgClassName
{
background-color: #D38223;
}
</style>
border-color css
<style>
span { border-color: #D38223; }
span { border-color: rgb(211,130,35); }
td.TdClassName
{
border-color: #D38223;
}
.TagClassName
{
border-color: #D38223;
}
</style>