Shades of Ochre #D17821
Tints of Ochre #D17821
RGB
CMYK
RGB Variations
Color information
#D17821 (or 0xD17821) is known color: Ochre. HEX triplet: D1, 78 and 21. RGB value is (209,120,33). Sum of RGB (Red+Green+Blue) = 209+120+33=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 33 (13.28% from 255 or 9.12% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D17821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17821 is #2E87DE. Grayscale: #898989. Windows color (decimal): -3049439 or 2193617. OLE color: 2193617.
HSL color Cylindrical-coordinate representation of color #D17821: hue angle of 29.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D17821 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 120 | 33 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.18 |
| HSL | 29.66º | 0.73% | 0.47% | - |
| HSV(B) | 29.66º | 0.84% | 0.82% | - |
| XYZ | 33.29 | 27.1 | 4.91 | - |
| YUV | 136.69 | 69.49 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 120 | 33 | 0 | 0.43 | 0.84 | 0.18 | 29.66 | 0.73 | 0.47 |
| Hex | D1 | 78 | 21 | 0 | 2B | 54 | 12 | 1E | 49 | 2F |
| Octal | 321 | 170 | 41 | 0 | 53 | 124 | 22 | 36 | 111 | 57 |
| Binary | 11010001 | 1111000 | 100001 | 0 | 101011 | 1010100 | 10010 | 11110 | 1001001 | 101111 |
Color Harmonies of #D17821
Complementary color
Monochromatic Colors of #D17821
Black with #D17821
Text Example
Text Example
White with #D17821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17821; }
p { color: rgb(209,120,33); }
H1.HeaderClassName
{
color: #D17821;
}
.AnyTagClassName
{
color: #D17821;
}
</style>
background-color css
<style>
a { background-color: #D17821; }
a { background-color: rgb(209,120,33); }
div.DivClassName
{
background-color: #D17821;
}
.BgClassName
{
background-color: #D17821;
}
</style>
border-color css
<style>
span { border-color: #D17821; }
span { border-color: rgb(209,120,33); }
td.TdClassName
{
border-color: #D17821;
}
.TagClassName
{
border-color: #D17821;
}
</style>