Shades of Ochre #D67619
Tints of Ochre #D67619
RGB
CMYK
RGB Variations
Color information
#D67619 (or 0xD67619) is known color: Ochre. HEX triplet: D6, 76 and 19. RGB value is (214,118,25). Sum of RGB (Red+Green+Blue) = 214+118+25=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 25 (10.16% from 255 or 7.00% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D67619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67619 is #2989E6. Grayscale: #888888. Windows color (decimal): -2722279 or 1668822. OLE color: 1668822.
HSL color Cylindrical-coordinate representation of color #D67619: hue angle of 29.52º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D67619 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 118 | 25 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.16 |
| HSL | 29.52º | 0.79% | 0.47% | - |
| HSV(B) | 29.52º | 0.88% | 0.84% | - |
| XYZ | 34.39 | 27.32 | 4.38 | - |
| YUV | 136.1 | 65.3 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 118 | 25 | 0 | 0.45 | 0.88 | 0.16 | 29.52 | 0.79 | 0.47 |
| Hex | D6 | 76 | 19 | 0 | 2D | 58 | 10 | 1E | 4F | 2F |
| Octal | 326 | 166 | 31 | 0 | 55 | 130 | 20 | 36 | 117 | 57 |
| Binary | 11010110 | 1110110 | 11001 | 0 | 101101 | 1011000 | 10000 | 11110 | 1001111 | 101111 |
Color Harmonies of #D67619
Complementary color
Monochromatic Colors of #D67619
Black with #D67619
Text Example
Text Example
White with #D67619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67619; }
p { color: rgb(214,118,25); }
H1.HeaderClassName
{
color: #D67619;
}
.AnyTagClassName
{
color: #D67619;
}
</style>
background-color css
<style>
a { background-color: #D67619; }
a { background-color: rgb(214,118,25); }
div.DivClassName
{
background-color: #D67619;
}
.BgClassName
{
background-color: #D67619;
}
</style>
border-color css
<style>
span { border-color: #D67619; }
span { border-color: rgb(214,118,25); }
td.TdClassName
{
border-color: #D67619;
}
.TagClassName
{
border-color: #D67619;
}
</style>