Shades of Ochre #D27328
Tints of Ochre #D27328
RGB
CMYK
RGB Variations
Color information
#D27328 (or 0xD27328) is known color: Ochre. HEX triplet: D2, 73 and 28. RGB value is (210,115,40). Sum of RGB (Red+Green+Blue) = 210+115+40=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D27328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27328 is #2D8CD7. Grayscale: #878787. Windows color (decimal): -2985176 or 2651090. OLE color: 2651090.
HSL color Cylindrical-coordinate representation of color #D27328: hue angle of 26.47º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D27328 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 40 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.18 |
| HSL | 26.47º | 0.68% | 0.49% | - |
| HSV(B) | 26.47º | 0.81% | 0.82% | - |
| XYZ | 33.09 | 26.12 | 5.3 | - |
| YUV | 134.86 | 74.47 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 40 | 0 | 0.45 | 0.81 | 0.18 | 26.47 | 0.68 | 0.49 |
| Hex | D2 | 73 | 28 | 0 | 2D | 51 | 12 | 1A | 44 | 31 |
| Octal | 322 | 163 | 50 | 0 | 55 | 121 | 22 | 32 | 104 | 61 |
| Binary | 11010010 | 1110011 | 101000 | 0 | 101101 | 1010001 | 10010 | 11010 | 1000100 | 110001 |
Color Harmonies of #D27328
Complementary color
Monochromatic Colors of #D27328
Black with #D27328
Text Example
Text Example
White with #D27328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27328; }
p { color: rgb(210,115,40); }
H1.HeaderClassName
{
color: #D27328;
}
.AnyTagClassName
{
color: #D27328;
}
</style>
background-color css
<style>
a { background-color: #D27328; }
a { background-color: rgb(210,115,40); }
div.DivClassName
{
background-color: #D27328;
}
.BgClassName
{
background-color: #D27328;
}
</style>
border-color css
<style>
span { border-color: #D27328; }
span { border-color: rgb(210,115,40); }
td.TdClassName
{
border-color: #D27328;
}
.TagClassName
{
border-color: #D27328;
}
</style>