Shades of Ochre #D37821
Tints of Ochre #D37821
RGB
CMYK
RGB Variations
Color information
#D37821 (or 0xD37821) is known color: Ochre. HEX triplet: D3, 78 and 21. RGB value is (211,120,33). Sum of RGB (Red+Green+Blue) = 211+120+33=364 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.97% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 211 - color contains mainly: red. Hex color #D37821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37821 is #2C87DE. Grayscale: #898989. Windows color (decimal): -2918367 or 2193619. OLE color: 2193619.
HSL color Cylindrical-coordinate representation of color #D37821: hue angle of 29.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D37821 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 120 | 33 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.17 |
| HSL | 29.33º | 0.73% | 0.48% | - |
| HSV(B) | 29.33º | 0.84% | 0.83% | - |
| XYZ | 33.85 | 27.39 | 4.94 | - |
| YUV | 137.29 | 69.15 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 120 | 33 | 0 | 0.43 | 0.84 | 0.17 | 29.33 | 0.73 | 0.48 |
| Hex | D3 | 78 | 21 | 0 | 2B | 54 | 11 | 1D | 49 | 30 |
| Octal | 323 | 170 | 41 | 0 | 53 | 124 | 21 | 35 | 111 | 60 |
| Binary | 11010011 | 1111000 | 100001 | 0 | 101011 | 1010100 | 10001 | 11101 | 1001001 | 110000 |
Color Harmonies of #D37821
Complementary color
Monochromatic Colors of #D37821
Black with #D37821
Text Example
Text Example
White with #D37821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37821; }
p { color: rgb(211,120,33); }
H1.HeaderClassName
{
color: #D37821;
}
.AnyTagClassName
{
color: #D37821;
}
</style>
background-color css
<style>
a { background-color: #D37821; }
a { background-color: rgb(211,120,33); }
div.DivClassName
{
background-color: #D37821;
}
.BgClassName
{
background-color: #D37821;
}
</style>
border-color css
<style>
span { border-color: #D37821; }
span { border-color: rgb(211,120,33); }
td.TdClassName
{
border-color: #D37821;
}
.TagClassName
{
border-color: #D37821;
}
</style>