Shades of Ochre #D07C25
Tints of Ochre #D07C25
RGB
CMYK
RGB Variations
Color information
#D07C25 (or 0xD07C25) is known color: Ochre. HEX triplet: D0, 7C and 25. RGB value is (208,124,37). Sum of RGB (Red+Green+Blue) = 208+124+37=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07C25 is #2F83DA. Grayscale: #8B8B8B. Windows color (decimal): -3113947 or 2456784. OLE color: 2456784.
HSL color Cylindrical-coordinate representation of color #D07C25: hue angle of 30.53º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D07C25 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 37 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.18 |
| HSL | 30.53º | 0.7% | 0.48% | - |
| HSV(B) | 30.53º | 0.82% | 0.82% | - |
| XYZ | 33.55 | 27.96 | 5.38 | - |
| YUV | 139.2 | 70.33 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 37 | 0 | 0.40 | 0.82 | 0.18 | 30.53 | 0.7 | 0.48 |
| Hex | D0 | 7C | 25 | 0 | 28 | 52 | 12 | 1F | 46 | 30 |
| Octal | 320 | 174 | 45 | 0 | 50 | 122 | 22 | 37 | 106 | 60 |
| Binary | 11010000 | 1111100 | 100101 | 0 | 101000 | 1010010 | 10010 | 11111 | 1000110 | 110000 |
Color Harmonies of #D07C25
Complementary color
Monochromatic Colors of #D07C25
Black with #D07C25
Text Example
Text Example
White with #D07C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07C25; }
p { color: rgb(208,124,37); }
H1.HeaderClassName
{
color: #D07C25;
}
.AnyTagClassName
{
color: #D07C25;
}
</style>
background-color css
<style>
a { background-color: #D07C25; }
a { background-color: rgb(208,124,37); }
div.DivClassName
{
background-color: #D07C25;
}
.BgClassName
{
background-color: #D07C25;
}
</style>
border-color css
<style>
span { border-color: #D07C25; }
span { border-color: rgb(208,124,37); }
td.TdClassName
{
border-color: #D07C25;
}
.TagClassName
{
border-color: #D07C25;
}
</style>