Shades of Ochre #D07D21
Tints of Ochre #D07D21
RGB
CMYK
RGB Variations
Color information
#D07D21 (or 0xD07D21) is known color: Ochre. HEX triplet: D0, 7D and 21. RGB value is (208,125,33). Sum of RGB (Red+Green+Blue) = 208+125+33=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 33 (13.28% from 255 or 9.02% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07D21 is #2F82DE. Grayscale: #8B8B8B. Windows color (decimal): -3113695 or 2194896. OLE color: 2194896.
HSL color Cylindrical-coordinate representation of color #D07D21: hue angle of 31.54º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D07D21 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 125 | 33 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.18 |
| HSL | 31.54º | 0.73% | 0.47% | - |
| HSV(B) | 31.54º | 0.84% | 0.82% | - |
| XYZ | 33.62 | 28.19 | 5.11 | - |
| YUV | 139.33 | 68 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 125 | 33 | 0 | 0.40 | 0.84 | 0.18 | 31.54 | 0.73 | 0.47 |
| Hex | D0 | 7D | 21 | 0 | 28 | 54 | 12 | 20 | 49 | 2F |
| Octal | 320 | 175 | 41 | 0 | 50 | 124 | 22 | 40 | 111 | 57 |
| Binary | 11010000 | 1111101 | 100001 | 0 | 101000 | 1010100 | 10010 | 100000 | 1001001 | 101111 |
Color Harmonies of #D07D21
Complementary color
Monochromatic Colors of #D07D21
Black with #D07D21
Text Example
Text Example
White with #D07D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07D21; }
p { color: rgb(208,125,33); }
H1.HeaderClassName
{
color: #D07D21;
}
.AnyTagClassName
{
color: #D07D21;
}
</style>
background-color css
<style>
a { background-color: #D07D21; }
a { background-color: rgb(208,125,33); }
div.DivClassName
{
background-color: #D07D21;
}
.BgClassName
{
background-color: #D07D21;
}
</style>
border-color css
<style>
span { border-color: #D07D21; }
span { border-color: rgb(208,125,33); }
td.TdClassName
{
border-color: #D07D21;
}
.TagClassName
{
border-color: #D07D21;
}
</style>