Shades of Ochre #D57321
Tints of Ochre #D57321
RGB
CMYK
RGB Variations
Color information
#D57321 (or 0xD57321) is known color: Ochre. HEX triplet: D5, 73 and 21. RGB value is (213,115,33). Sum of RGB (Red+Green+Blue) = 213+115+33=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 33 (13.28% from 255 or 9.14% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D57321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57321 is #2A8CDE. Grayscale: #878787. Windows color (decimal): -2788575 or 2192341. OLE color: 2192341.
HSL color Cylindrical-coordinate representation of color #D57321: hue angle of 27.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D57321 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 115 | 33 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.16 |
| HSL | 27.33º | 0.73% | 0.48% | - |
| HSV(B) | 27.33º | 0.85% | 0.84% | - |
| XYZ | 33.85 | 26.52 | 4.77 | - |
| YUV | 134.95 | 70.47 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 115 | 33 | 0 | 0.46 | 0.85 | 0.16 | 27.33 | 0.73 | 0.48 |
| Hex | D5 | 73 | 21 | 0 | 2E | 55 | 10 | 1B | 49 | 30 |
| Octal | 325 | 163 | 41 | 0 | 56 | 125 | 20 | 33 | 111 | 60 |
| Binary | 11010101 | 1110011 | 100001 | 0 | 101110 | 1010101 | 10000 | 11011 | 1001001 | 110000 |
Color Harmonies of #D57321
Complementary color
Monochromatic Colors of #D57321
Black with #D57321
Text Example
Text Example
White with #D57321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57321; }
p { color: rgb(213,115,33); }
H1.HeaderClassName
{
color: #D57321;
}
.AnyTagClassName
{
color: #D57321;
}
</style>
background-color css
<style>
a { background-color: #D57321; }
a { background-color: rgb(213,115,33); }
div.DivClassName
{
background-color: #D57321;
}
.BgClassName
{
background-color: #D57321;
}
</style>
border-color css
<style>
span { border-color: #D57321; }
span { border-color: rgb(213,115,33); }
td.TdClassName
{
border-color: #D57321;
}
.TagClassName
{
border-color: #D57321;
}
</style>