Shades of Ochre #D68313
Tints of Ochre #D68313
RGB
CMYK
RGB Variations
Color information
#D68313 (or 0xD68313) is known color: Ochre. HEX triplet: D6, 83 and 13. RGB value is (214,131,19). Sum of RGB (Red+Green+Blue) = 214+131+19=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 19 (7.81% from 255 or 5.22% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D68313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68313 is #297CEC. Grayscale: #8F8F8F. Windows color (decimal): -2718957 or 1278934. OLE color: 1278934.
HSL color Cylindrical-coordinate representation of color #D68313: hue angle of 34.46º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D68313 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 131 | 19 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.16 |
| HSL | 34.46º | 0.84% | 0.46% | - |
| HSV(B) | 34.46º | 0.91% | 0.84% | - |
| XYZ | 35.97 | 30.58 | 4.62 | - |
| YUV | 143.05 | 58 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 131 | 19 | 0 | 0.39 | 0.91 | 0.16 | 34.46 | 0.84 | 0.46 |
| Hex | D6 | 83 | 13 | 0 | 27 | 5B | 10 | 22 | 54 | 2E |
| Octal | 326 | 203 | 23 | 0 | 47 | 133 | 20 | 42 | 124 | 56 |
| Binary | 11010110 | 10000011 | 10011 | 0 | 100111 | 1011011 | 10000 | 100010 | 1010100 | 101110 |
Color Harmonies of #D68313
Complementary color
Monochromatic Colors of #D68313
Black with #D68313
Text Example
Text Example
White with #D68313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68313; }
p { color: rgb(214,131,19); }
H1.HeaderClassName
{
color: #D68313;
}
.AnyTagClassName
{
color: #D68313;
}
</style>
background-color css
<style>
a { background-color: #D68313; }
a { background-color: rgb(214,131,19); }
div.DivClassName
{
background-color: #D68313;
}
.BgClassName
{
background-color: #D68313;
}
</style>
border-color css
<style>
span { border-color: #D68313; }
span { border-color: rgb(214,131,19); }
td.TdClassName
{
border-color: #D68313;
}
.TagClassName
{
border-color: #D68313;
}
</style>