Shades of Ochre #D07D28
Tints of Ochre #D07D28
RGB
CMYK
RGB Variations
Color information
#D07D28 (or 0xD07D28) is known color: Ochre. HEX triplet: D0, 7D and 28. RGB value is (208,125,40). Sum of RGB (Red+Green+Blue) = 208+125+40=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07D28 is #2F82D7. Grayscale: #8C8C8C. Windows color (decimal): -3113688 or 2653648. OLE color: 2653648.
HSL color Cylindrical-coordinate representation of color #D07D28: hue angle of 30.36º 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 #D07D28 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 125 | 40 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.18 |
| HSL | 30.36º | 0.68% | 0.49% | - |
| HSV(B) | 30.36º | 0.81% | 0.82% | - |
| XYZ | 33.73 | 28.23 | 5.68 | - |
| YUV | 140.13 | 71.5 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 125 | 40 | 0 | 0.40 | 0.81 | 0.18 | 30.36 | 0.68 | 0.49 |
| Hex | D0 | 7D | 28 | 0 | 28 | 51 | 12 | 1E | 44 | 31 |
| Octal | 320 | 175 | 50 | 0 | 50 | 121 | 22 | 36 | 104 | 61 |
| Binary | 11010000 | 1111101 | 101000 | 0 | 101000 | 1010001 | 10010 | 11110 | 1000100 | 110001 |
Color Harmonies of #D07D28
Complementary color
Monochromatic Colors of #D07D28
Black with #D07D28
Text Example
Text Example
White with #D07D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07D28; }
p { color: rgb(208,125,40); }
H1.HeaderClassName
{
color: #D07D28;
}
.AnyTagClassName
{
color: #D07D28;
}
</style>
background-color css
<style>
a { background-color: #D07D28; }
a { background-color: rgb(208,125,40); }
div.DivClassName
{
background-color: #D07D28;
}
.BgClassName
{
background-color: #D07D28;
}
</style>
border-color css
<style>
span { border-color: #D07D28; }
span { border-color: rgb(208,125,40); }
td.TdClassName
{
border-color: #D07D28;
}
.TagClassName
{
border-color: #D07D28;
}
</style>