Shades of Ochre #D67A20
Tints of Ochre #D67A20
RGB
CMYK
RGB Variations
Color information
#D67A20 (or 0xD67A20) is known color: Ochre. HEX triplet: D6, 7A and 20. RGB value is (214,122,32). Sum of RGB (Red+Green+Blue) = 214+122+32=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67A20 is #2985DF. Grayscale: #8B8B8B. Windows color (decimal): -2721248 or 2128598. OLE color: 2128598.
HSL color Cylindrical-coordinate representation of color #D67A20: hue angle of 29.67º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D67A20 is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 122 | 32 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.16 |
| HSL | 29.67º | 0.74% | 0.48% | - |
| HSV(B) | 29.67º | 0.85% | 0.84% | - |
| XYZ | 34.95 | 28.32 | 4.99 | - |
| YUV | 139.25 | 67.48 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 122 | 32 | 0 | 0.43 | 0.85 | 0.16 | 29.67 | 0.74 | 0.48 |
| Hex | D6 | 7A | 20 | 0 | 2B | 55 | 10 | 1E | 4A | 30 |
| Octal | 326 | 172 | 40 | 0 | 53 | 125 | 20 | 36 | 112 | 60 |
| Binary | 11010110 | 1111010 | 100000 | 0 | 101011 | 1010101 | 10000 | 11110 | 1001010 | 110000 |
Color Harmonies of #D67A20
Complementary color
Monochromatic Colors of #D67A20
Black with #D67A20
Text Example
Text Example
White with #D67A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67A20; }
p { color: rgb(214,122,32); }
H1.HeaderClassName
{
color: #D67A20;
}
.AnyTagClassName
{
color: #D67A20;
}
</style>
background-color css
<style>
a { background-color: #D67A20; }
a { background-color: rgb(214,122,32); }
div.DivClassName
{
background-color: #D67A20;
}
.BgClassName
{
background-color: #D67A20;
}
</style>
border-color css
<style>
span { border-color: #D67A20; }
span { border-color: rgb(214,122,32); }
td.TdClassName
{
border-color: #D67A20;
}
.TagClassName
{
border-color: #D67A20;
}
</style>