Shades of Ochre #D07327
Tints of Ochre #D07327
RGB
CMYK
RGB Variations
Color information
#D07327 (or 0xD07327) is known color: Ochre. HEX triplet: D0, 73 and 27. RGB value is (208,115,39). Sum of RGB (Red+Green+Blue) = 208+115+39=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 39 (15.62% from 255 or 10.77% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D07327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07327 is #2F8CD8. Grayscale: #868686. Windows color (decimal): -3116249 or 2585552. OLE color: 2585552.
HSL color Cylindrical-coordinate representation of color #D07327: hue angle of 26.98º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D07327 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 39 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.18 |
| HSL | 26.98º | 0.68% | 0.48% | - |
| HSV(B) | 26.98º | 0.81% | 0.82% | - |
| XYZ | 32.51 | 25.82 | 5.19 | - |
| YUV | 134.14 | 74.31 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 39 | 0 | 0.45 | 0.81 | 0.18 | 26.98 | 0.68 | 0.48 |
| Hex | D0 | 73 | 27 | 0 | 2D | 51 | 12 | 1B | 44 | 30 |
| Octal | 320 | 163 | 47 | 0 | 55 | 121 | 22 | 33 | 104 | 60 |
| Binary | 11010000 | 1110011 | 100111 | 0 | 101101 | 1010001 | 10010 | 11011 | 1000100 | 110000 |
Color Harmonies of #D07327
Complementary color
Monochromatic Colors of #D07327
Black with #D07327
Text Example
Text Example
White with #D07327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07327; }
p { color: rgb(208,115,39); }
H1.HeaderClassName
{
color: #D07327;
}
.AnyTagClassName
{
color: #D07327;
}
</style>
background-color css
<style>
a { background-color: #D07327; }
a { background-color: rgb(208,115,39); }
div.DivClassName
{
background-color: #D07327;
}
.BgClassName
{
background-color: #D07327;
}
</style>
border-color css
<style>
span { border-color: #D07327; }
span { border-color: rgb(208,115,39); }
td.TdClassName
{
border-color: #D07327;
}
.TagClassName
{
border-color: #D07327;
}
</style>