Shades of Ochre #D6801A
Tints of Ochre #D6801A
RGB
CMYK
RGB Variations
Color information
#D6801A (or 0xD6801A) is known color: Ochre. HEX triplet: D6, 80 and 1A. RGB value is (214,128,26). Sum of RGB (Red+Green+Blue) = 214+128+26=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D6801A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6801A is #297FE5. Grayscale: #8E8E8E. Windows color (decimal): -2719718 or 1736918. OLE color: 1736918.
HSL color Cylindrical-coordinate representation of color #D6801A: hue angle of 32.55º degrees, saturation: 0.78, 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 #D6801A is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 26 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.16 |
| HSL | 32.55º | 0.78% | 0.47% | - |
| HSV(B) | 32.55º | 0.88% | 0.84% | - |
| XYZ | 35.64 | 29.81 | 4.85 | - |
| YUV | 142.09 | 62.49 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 26 | 0 | 0.40 | 0.88 | 0.16 | 32.55 | 0.78 | 0.47 |
| Hex | D6 | 80 | 1A | 0 | 28 | 58 | 10 | 21 | 4E | 2F |
| Octal | 326 | 200 | 32 | 0 | 50 | 130 | 20 | 41 | 116 | 57 |
| Binary | 11010110 | 10000000 | 11010 | 0 | 101000 | 1011000 | 10000 | 100001 | 1001110 | 101111 |
Color Harmonies of #D6801A
Complementary color
Monochromatic Colors of #D6801A
Black with #D6801A
Text Example
Text Example
White with #D6801A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6801A; }
p { color: rgb(214,128,26); }
H1.HeaderClassName
{
color: #D6801A;
}
.AnyTagClassName
{
color: #D6801A;
}
</style>
background-color css
<style>
a { background-color: #D6801A; }
a { background-color: rgb(214,128,26); }
div.DivClassName
{
background-color: #D6801A;
}
.BgClassName
{
background-color: #D6801A;
}
</style>
border-color css
<style>
span { border-color: #D6801A; }
span { border-color: rgb(214,128,26); }
td.TdClassName
{
border-color: #D6801A;
}
.TagClassName
{
border-color: #D6801A;
}
</style>