Shades of Ochre #D07623
Tints of Ochre #D07623
RGB
CMYK
RGB Variations
Color information
#D07623 (or 0xD07623) is known color: Ochre. HEX triplet: D0, 76 and 23. RGB value is (208,118,35). Sum of RGB (Red+Green+Blue) = 208+118+35=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 35 (14.06% from 255 or 9.70% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D07623 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07623 is #2F89DC. Grayscale: #878787. Windows color (decimal): -3115485 or 2324176. OLE color: 2324176.
HSL color Cylindrical-coordinate representation of color #D07623: hue angle of 28.79º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D07623 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 118 | 35 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.18 |
| HSL | 28.79º | 0.71% | 0.48% | - |
| HSV(B) | 28.79º | 0.83% | 0.82% | - |
| XYZ | 32.79 | 26.49 | 4.97 | - |
| YUV | 135.45 | 71.32 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 35 | 0 | 0.43 | 0.83 | 0.18 | 28.79 | 0.71 | 0.48 |
| Hex | D0 | 76 | 23 | 0 | 2B | 53 | 12 | 1D | 47 | 30 |
| Octal | 320 | 166 | 43 | 0 | 53 | 123 | 22 | 35 | 107 | 60 |
| Binary | 11010000 | 1110110 | 100011 | 0 | 101011 | 1010011 | 10010 | 11101 | 1000111 | 110000 |
Color Harmonies of #D07623
Complementary color
Monochromatic Colors of #D07623
Black with #D07623
Text Example
Text Example
White with #D07623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07623; }
p { color: rgb(208,118,35); }
H1.HeaderClassName
{
color: #D07623;
}
.AnyTagClassName
{
color: #D07623;
}
</style>
background-color css
<style>
a { background-color: #D07623; }
a { background-color: rgb(208,118,35); }
div.DivClassName
{
background-color: #D07623;
}
.BgClassName
{
background-color: #D07623;
}
</style>
border-color css
<style>
span { border-color: #D07623; }
span { border-color: rgb(208,118,35); }
td.TdClassName
{
border-color: #D07623;
}
.TagClassName
{
border-color: #D07623;
}
</style>