Shades of Ochre #D07A20
Tints of Ochre #D07A20
RGB
CMYK
RGB Variations
Color information
#D07A20 (or 0xD07A20) is known color: Ochre. HEX triplet: D0, 7A and 20. RGB value is (208,122,32). Sum of RGB (Red+Green+Blue) = 208+122+32=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07A20 is #2F85DF. Grayscale: #898989. Windows color (decimal): -3114464 or 2128592. OLE color: 2128592.
HSL color Cylindrical-coordinate representation of color #D07A20: hue angle of 30.68º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D07A20 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 32 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.18 |
| HSL | 30.68º | 0.73% | 0.47% | - |
| HSV(B) | 30.68º | 0.85% | 0.82% | - |
| XYZ | 33.23 | 27.43 | 4.91 | - |
| YUV | 137.45 | 68.49 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 32 | 0 | 0.41 | 0.85 | 0.18 | 30.68 | 0.73 | 0.47 |
| Hex | D0 | 7A | 20 | 0 | 29 | 55 | 12 | 1F | 49 | 2F |
| Octal | 320 | 172 | 40 | 0 | 51 | 125 | 22 | 37 | 111 | 57 |
| Binary | 11010000 | 1111010 | 100000 | 0 | 101001 | 1010101 | 10010 | 11111 | 1001001 | 101111 |
Color Harmonies of #D07A20
Complementary color
Monochromatic Colors of #D07A20
Black with #D07A20
Text Example
Text Example
White with #D07A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07A20; }
p { color: rgb(208,122,32); }
H1.HeaderClassName
{
color: #D07A20;
}
.AnyTagClassName
{
color: #D07A20;
}
</style>
background-color css
<style>
a { background-color: #D07A20; }
a { background-color: rgb(208,122,32); }
div.DivClassName
{
background-color: #D07A20;
}
.BgClassName
{
background-color: #D07A20;
}
</style>
border-color css
<style>
span { border-color: #D07A20; }
span { border-color: rgb(208,122,32); }
td.TdClassName
{
border-color: #D07A20;
}
.TagClassName
{
border-color: #D07A20;
}
</style>