Shades of Ochre #D68123
Tints of Ochre #D68123
RGB
CMYK
RGB Variations
Color information
#D68123 (or 0xD68123) is known color: Ochre. HEX triplet: D6, 81 and 23. RGB value is (214,129,35). Sum of RGB (Red+Green+Blue) = 214+129+35=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 35 (14.06% from 255 or 9.26% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D68123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68123 is #297EDC. Grayscale: #909090. Windows color (decimal): -2719453 or 2326998. OLE color: 2326998.
HSL color Cylindrical-coordinate representation of color #D68123: hue angle of 31.51º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D68123 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 35 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.16 |
| HSL | 31.51º | 0.72% | 0.49% | - |
| HSV(B) | 31.51º | 0.84% | 0.84% | - |
| XYZ | 35.89 | 30.12 | 5.51 | - |
| YUV | 143.7 | 66.66 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 35 | 0 | 0.40 | 0.84 | 0.16 | 31.51 | 0.72 | 0.49 |
| Hex | D6 | 81 | 23 | 0 | 28 | 54 | 10 | 20 | 48 | 31 |
| Octal | 326 | 201 | 43 | 0 | 50 | 124 | 20 | 40 | 110 | 61 |
| Binary | 11010110 | 10000001 | 100011 | 0 | 101000 | 1010100 | 10000 | 100000 | 1001000 | 110001 |
Color Harmonies of #D68123
Complementary color
Monochromatic Colors of #D68123
Black with #D68123
Text Example
Text Example
White with #D68123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68123; }
p { color: rgb(214,129,35); }
H1.HeaderClassName
{
color: #D68123;
}
.AnyTagClassName
{
color: #D68123;
}
</style>
background-color css
<style>
a { background-color: #D68123; }
a { background-color: rgb(214,129,35); }
div.DivClassName
{
background-color: #D68123;
}
.BgClassName
{
background-color: #D68123;
}
</style>
border-color css
<style>
span { border-color: #D68123; }
span { border-color: rgb(214,129,35); }
td.TdClassName
{
border-color: #D68123;
}
.TagClassName
{
border-color: #D68123;
}
</style>