Shades of Ochre #D67519
Tints of Ochre #D67519
RGB
CMYK
RGB Variations
Color information
#D67519 (or 0xD67519) is known color: Ochre. HEX triplet: D6, 75 and 19. RGB value is (214,117,25). Sum of RGB (Red+Green+Blue) = 214+117+25=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D67519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67519 is #298AE6. Grayscale: #878787. Windows color (decimal): -2722535 or 1668566. OLE color: 1668566.
HSL color Cylindrical-coordinate representation of color #D67519: hue angle of 29.21º 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 #D67519 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 117 | 25 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.16 |
| HSL | 29.21º | 0.79% | 0.47% | - |
| HSV(B) | 29.21º | 0.88% | 0.84% | - |
| XYZ | 34.27 | 27.09 | 4.34 | - |
| YUV | 135.52 | 65.64 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 25 | 0 | 0.45 | 0.88 | 0.16 | 29.21 | 0.79 | 0.47 |
| Hex | D6 | 75 | 19 | 0 | 2D | 58 | 10 | 1D | 4F | 2F |
| Octal | 326 | 165 | 31 | 0 | 55 | 130 | 20 | 35 | 117 | 57 |
| Binary | 11010110 | 1110101 | 11001 | 0 | 101101 | 1011000 | 10000 | 11101 | 1001111 | 101111 |
Color Harmonies of #D67519
Complementary color
Monochromatic Colors of #D67519
Black with #D67519
Text Example
Text Example
White with #D67519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67519; }
p { color: rgb(214,117,25); }
H1.HeaderClassName
{
color: #D67519;
}
.AnyTagClassName
{
color: #D67519;
}
</style>
background-color css
<style>
a { background-color: #D67519; }
a { background-color: rgb(214,117,25); }
div.DivClassName
{
background-color: #D67519;
}
.BgClassName
{
background-color: #D67519;
}
</style>
border-color css
<style>
span { border-color: #D67519; }
span { border-color: rgb(214,117,25); }
td.TdClassName
{
border-color: #D67519;
}
.TagClassName
{
border-color: #D67519;
}
</style>