Shades of Ochre #D4821C
Tints of Ochre #D4821C
RGB
CMYK
RGB Variations
Color information
#D4821C (or 0xD4821C) is known color: Ochre. HEX triplet: D4, 82 and 1C. RGB value is (212,130,28). Sum of RGB (Red+Green+Blue) = 212+130+28=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 28 (11.33% from 255 or 7.57% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D4821C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4821C is #2B7DE3. Grayscale: #8F8F8F. Windows color (decimal): -2850276 or 1868500. OLE color: 1868500.
HSL color Cylindrical-coordinate representation of color #D4821C: hue angle of 33.26º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4821C is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 130 | 28 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.17 |
| HSL | 33.26º | 0.77% | 0.47% | - |
| HSV(B) | 33.26º | 0.87% | 0.83% | - |
| XYZ | 35.34 | 30.05 | 5.04 | - |
| YUV | 142.89 | 63.17 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 130 | 28 | 0 | 0.39 | 0.87 | 0.17 | 33.26 | 0.77 | 0.47 |
| Hex | D4 | 82 | 1C | 0 | 27 | 57 | 11 | 21 | 4D | 2F |
| Octal | 324 | 202 | 34 | 0 | 47 | 127 | 21 | 41 | 115 | 57 |
| Binary | 11010100 | 10000010 | 11100 | 0 | 100111 | 1010111 | 10001 | 100001 | 1001101 | 101111 |
Color Harmonies of #D4821C
Complementary color
Monochromatic Colors of #D4821C
Black with #D4821C
Text Example
Text Example
White with #D4821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4821C; }
p { color: rgb(212,130,28); }
H1.HeaderClassName
{
color: #D4821C;
}
.AnyTagClassName
{
color: #D4821C;
}
</style>
background-color css
<style>
a { background-color: #D4821C; }
a { background-color: rgb(212,130,28); }
div.DivClassName
{
background-color: #D4821C;
}
.BgClassName
{
background-color: #D4821C;
}
</style>
border-color css
<style>
span { border-color: #D4821C; }
span { border-color: rgb(212,130,28); }
td.TdClassName
{
border-color: #D4821C;
}
.TagClassName
{
border-color: #D4821C;
}
</style>